[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

How to Install Pine on Potato?



Title: How to Install Pine on Potato?

Ok, three different installs of Potato and still cannot get pine to install. L

First problem I had on all boxes was with lncurses, I seemed to get around it by installing the development lib of ncurses.

I read through the doc and readme like 20 times now, I fully understand the install process, but why dosent it work?

Here is what I usually do,

Download Pine4.44.tar.gz from Wash.edu

tar zxf pine4.44.tar.gz  which makes pine4.44 folder

I do a ./build clean

Then I do a ./build lnx or ./build slx or ./build sl5  --- all seem to fail, I do have shadow passwords enabled I think.

Anyway, here is some of the messages that seem to stand out on the compile.

I cant make heads or tails of any of these messages.

Thanks

-Dave

--------------------

You are building for libc5 versions of Secure Linux

If you want libc6/glibc versions you must use slx instead!

If you want libc4 versions you must use sl4 instead!

---------------------then

news.c: In function `news_open':

news.c:300: warning: passing arg 3 of `scandir' from incompatible pointer type

`cat CCTYPE` -c `cat CFLAGS` phile.c

`cat CCTYPE` -c `cat CFLAGS` mh.c

mh.c: In function `mh_ping':

mh.c:639: warning: passing arg 3 of `scandir' from incompatible pointer type

mh.c: In function `mh_append':

mh.c:896: warning: passing arg 3 of `scandir' from incompatible pointer type

`cat CCTYPE` -c `cat CFLAGS` mx.c

mx.c: In function `mx_ping':

mx.c:582: warning: passing arg 3 of `scandir' from incompatible pointer type

sh -c 'rm -rf c-client.a || true'

------------------------then

make[2]: Entering directory `/tmp/pine4.44/imap/mtest'

cc -I../c-client `cat ../c-client/CFLAGS`   -c -o mtest.o mtest.c

cc -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`

mtest.o: In function `mm_login':

/tmp/pine4.44/imap/mtest/mtest.c:517: the `gets' function is dangerous and should not be used.

../c-client/c-client.a(osdep.o): In function `checkpw':

/tmp/pine4.44/imap/c-client/osdep.c:100: undefined reference to `crypt'

/tmp/pine4.44/imap/c-client/osdep.c:118: undefined reference to `crypt'

collect2: ld returned 1 exit status

make[2]: *** [mtest] Error 1

make[2]: Leaving directory `/tmp/pine4.44/imap/mtest'

make[1]: *** [bundled] Error 2

make[1]: Leaving directory `/tmp/pine4.44/imap'

make: *** [sl5] Error 2

------------------------then

../c-client/c-client.a(osdep.o): In function `checkpw':

/tmp/pine4.44/imap/c-client/osdep.c:100: undefined reference to `crypt'

/tmp/pine4.44/imap/c-client/osdep.c:118: undefined reference to `crypt'

collect2: ld returned 1 exit status

make: *** [pine] Error 1

Links to executables are in bin directory:

size: bin/pine: No such file or directory

size: bin/mtest: No such file or directory

size: bin/imapd: No such file or directory

   text    data     bss     dec     hex filename

 195176    5140    2588  202904   31898 bin/pico

 192956    5012    2588  200556   30f6c bin/pilot

size: bin/rpdump: No such file or directory

size: bin/rpload: No such file or directory

size: bin/ipop2d: No such file or directory

size: bin/ipop3d: No such file or directory

Done

------------------------------------------------------------


Reply to: