Hi there, My makefile (DBD-Oracle-1.12) won't compile. Cause, library not found.
Environment OS : HP-UX 11 Oracle: 8.1.6.5 Perl : 5.6.1 These are the steps I followed: export ORACLE_HOME=/u01/app/oracle/product/8.1.6 export LD_LIBRARY_PATH=$ORACLE_HOME/lib export SHLIB_PATH=$ORACLE_HOME/lib:usr/lib extract DBI-1.25.tar.gz cd DBI-1.25/ perl Makefile.PL make make test make install OK extract DBD-Oracle-1.12.tar.gz cd Oracle-1.12/ perl Makefile.PL make Error lib not found : lnbeq8 (I found the liblneq8.a in the ORACLE_HOME/lib) Does anyone had such kind of problem and solved it? Suggestions/solutions or more then welcome Thanks in advance Pablo.
