Re: OT: Perl question

2001-06-21 Thread Jared Still
Nice job of investigating the problem. Glad you got it working. Installing Perl is much easier after the first 3 or 4 times. :) Jared On Monday 18 June 2001 01:45, Nguyen, Long (ITS, Limestone Ave) wrote: Hi Jared, Thank you for your advice. Without setting LD_LIBRARY_PATH before the

RE: OT: Perl question

2001-06-18 Thread Nguyen, Long (ITS, Limestone Ave)
Hi Jared, Thank you for your advice. Without setting LD_LIBRARY_PATH before the installation I got the message ld.so.1: perl: fatal: libgdbm.so.2: open failed: No such file or directory during the Configure step. So I tried the installation again and this time not setting the

Re: OT: Perl question

2001-06-16 Thread Jared Still
Sorry to tell you this Long, but the reason you are having this problem is that you compiled Perl by setting LD_LIBRARY_PATH=/usr/local/lib. This shouldn't be done. It should be compiled *without* setting LD_LIBRARY_PATH, other than for Oracle software. I saw that you did this in a previous