Hi Keven,
Not sure if this will help, but
In order to set the sybase env variables on Redhat (both 32 and 64 bit),
I had sourced a copy of the SYBASE.sh file in the .bash_profile file in
each each users home directory. While this was sufficient to create
most of the needed variables for the terminal, (ie $SYBASE, $SYBASE_ASE.
etc), for some reason, the $LD_LIBRARY_PATH was left empty. By swithing
the source file syntax to the last line of the .bashrc file, the
$LD_LIBRARY_PATH was retained (when the teminal window opens, the value
was there) I could not figure out why this happened, but it did.
The $LD_LIBRARY_PATH variable needed to be set in order for the make
test to succeed.
Also, are you building against a 64 bit version of the middle ware?
terry
Kevin Kempter wrote:
Can anyone help me with this error?
# rpm -Uhv perl-DBD-Sybase-1.07-1.x86_64.rpm
error: Failed dependencies:
/usr/lib64/perl5/vendor_perl/5.8.0/x86_64-pld-linux-thread-multi is
needed by perl-DBD-Sybase-1.07-1.x86_64
libct.so.3()(64bit) is needed by perl-DBD-Sybase-1.07-1.x86_64
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by
perl-DBD-Sybase-1.07-1.x86_64
Thanks in advance