Mailinglist Archive: opensuse (29 mails)

< Previous Next >
-- KEIN SUBJECT --
  • From: deem@xxxxxxx (W.D.McKinney)
  • Date: 22 Dec 1997 19:19:55 +0100
  • Message-id: <67mb0b$t6c$1@xxxxxxxxxxxxxxxxxxxx>



deem@xxxxxxxxxx
Subject: Re: [S.u.S.E. Linux] Xisp dialer
In-Reply-To: <Pine.LNX.3.96.971220225643.466A-100000@xxxxxxxxxxxxxxxx>
X-Mailer: Ishmail 1.3.2-970722-linux <<A HREF="http://www.ishmail.com";><A HREF="http://www.ishmail.com</A">http://www.ishmail.com</A</A>>>
MIME-Version: 1.0
Content-Type: text/plain

Michael Perry <mperry@xxxxxxxxxxxxxxxx> wrote:
> Has anyone gotten xisp the ppp dialing program to work on SuSE 5.0? The
> rpm I grabbed from redhat's ftp site will not install even after I install
> the correct xforms lib. It says it needs the libforms but libforms will
> not compile with xforms under rpm. And without one or the other xisp will
> not work.
>
> Any success stories out there with xisp using the rpm from redhat?

Greetings,

I usually always choose src files over rpms still. XISP works excellent
under S.u.S.E. 5.0 & 5.1. I have used it and probably will until we get
our cable modem service here.

To compile a version for you box, un-pack into a working
sub-directory; I have named simply "work" for this stuff.
Using guzip -dc xisp-2.3p5.tar.gz | tar xvf -
I decompress. Then use a text editor and comment out
the vars in the Makefile like this:

# Normal vars
#-------------
#BINX11 = usr/X11R6/bin
#USRLOCAL = usr/local/bin
#SBINDIR = usr/sbin
#VARRUN = var/run
#USRLIBPPP = usr/lib/ppp
#OPTSDIR = usr/lib/ppp
#MANDIR = usr/X11R6/man/man1
#ETCPPP = etc/ppp
#DESTDIR =
#GROUP = uucp
#GCCFLAGS = -Wall -O
#EXTRALIBS =

And uncomment the RedHat vars like this:

# Red Hat vars
#--------------
BINX11 = usr/X11R6/bin
USRLOCAL = usr/bin
SBINDIR = usr/sbin
VARRUN = var/run
USRLIBPPP = $(SBINDIR)
OPTSDIR = etc/ppp
MANDIR = usr/man/man1
ETCPPP = etc/ppp
DESTDIR = $(RPM_BUILD_ROOT)
GROUP = root
GCCFLAGS = $(RPM_OPT_FLAGS)
EXTRALIBS =

Then save as Makefile and as root (su to root), just type make
in the working subdirectory you decompressed the file in.
Typing make install will install the binary.

If you need anything else let me know.

Best Regards
-Dee

................................................
. W.D.McKinney (Dee) -=- deem@xxxxxxx .
. <A HREF="http://www.wdm.com";><A HREF="http://www.wdm.com</A">http://www.wdm.com</A</A>> -=- Anchorage, Alaska .
. PGP spoken here, just yell. .
................................................

--
To get out of this list, please send email to majordomo@xxxxxxxx with
this text in its body: unsubscribe suse-linux-e


< Previous Next >
This Thread
  • No further messages