pkgsrc-Users archive

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

perl5 and /usr/local



Trying to build lang/perl5 on -current/i386 and today's pkgsrc,
 
The following variables will affect the build process of this package,
perl-5.8.8nb8.  Their current value is shown below:
 
        * PERL5_SITEPREFIX = /usr/pkg
 
and all the automatic answers given to Configure involving directory names
began /usr/pkg, yet
 
Running Mkbootstrap for DB_File ()
chmod 644 DB_File.bs
rm -f ../../lib/auto/DB_File/DB_File.so
LD_RUN_PATH="/usr/local/lib" cc  -Wl,-R/usr/pkg/lib --whole-archive -shared 
-L/usr/pkg/lib version.o DB_File.o  -o ../../lib/auto/DB_File/DB_File.so 
-L/usr/local/lib -ldb -L../.. 
-Wl,-R/usr/pkg/lib/perl5/5.8.0/i386-netbsd-thread-multi/CORE 
-Wl,-R../../lib/CORE -lperl
ld: cannot find -ldb


/usr/local/lib ?
and why the already installed perl 5.8.0 ?

(and by chance /usr/local/lib/libdb.so does exist..)
(of course then I tried building pkglint, but it depends on perl :-/ )  
 
  
Cheers,
    
Patrick


Home | Main Index | Thread Index | Old Index