Problems compiling INN 2.2.1

Russ Allbery rra at stanford.edu
Mon Apr 10 05:32:40 UTC 2000


Heya,

I'm not sure if you're still trying to get INN to compile on Unixware, but
I've just recently worked on getting INN to compile there.

Kelvin B Burton <burtonk at mercyships.org> writes:

> cd innd ; make  DESTDIR= all ; cd ..
>          gcc -G -o innd art.o cc.o chan.o his.o icd.o innd.o lc.o nc.o
> newsfeeds.o ng.o  perl.o proc.o rc.o site.o status.o tcl.o timer.o wip.o
> ../storage/libstorage.a ../lib/libinn.a  ../lib/perl.o
> -L/usr/gnu/lib/perl5/i386-svr4/5.00404/CORE
> -L/usr/ccs/lib -L/usr/ucblib -L/usr/local/lib -L/usr/gnu/lib
> /usr/gnu/lib/perl5/i386-svr4/5.00404/auto/DynaLoader/DynaLoader.a
> -L/usr/gnu/lib/perl5/i386-svr4/5.00404/CORE -lperl  -ldbm -ldl -lld -lm
> -lc -lucb -lx -lelf -lnsl -lcrypt -lresolv -lsocket
> UX:ld: ERROR:  fatal error: library not found: -lperl

Try setting LD_RUN_PATH to /usr/gnu/lib/perl5/i386-svr4/5.00404/CORE
before running make.  Also, was Perl built under Unixware 7, or under an
earlier version of the OS?

The other thing you can try is creating a symlink in that directory:

    cd /usr/gnu/lib/perl5/i386-svr4/5.00404/CORE
    ln -s libperl.so.404 libperl.so

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the inn-bugs mailing list