in reply to Perl In, Perl Out...

Client installation: for anything that needs to talk to the Oracle server (in your case, the webserver).

As far as backing out failed installs: simply removing the .pm files from the perl module directory tree should work, but if you're using CPAN you can always use the "force" option to install over a broken installation.

perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'

Replies are listed 'Best First'.
Re: Re: Perl In, Perl Out...
by BigJoe (Curate) on Jun 07, 2001 at 19:06 UTC
    Sometimes having these set I still have a problem. What I have to do is run:
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib export ORACLE_USER=username/password@SID
    right before you install the DBD for Oracle. Once you get it installed then you are going to want to add a line in your /etc/ld.so.conf file
    This line will be:
    /full/oracle/home/here/lib
    then save that file and run ldconfig. It will save you tons of headaches in the future.

    --BigJoe

    Learn patience, you must.
    Young PerlMonk, craves Not these things.
    Use the source Luke.