Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: DBD - Global Symbols Issue

by archfool (Monk)
on Aug 20, 2007 at 19:46 UTC ( [id://633924]=note: print w/replies, xml ) Need Help??


in reply to DBD - Global Symbols Issue

Do an 'ldd /opt/perl_32/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi/auto/DBD/Sybase/Sybase.so'

Are there missing libraries? Wrong archetecture? (i.e. 64 v 32 bit libraries)? I'm guessing you're running perl under one archetecture/bitdepth and the sybase shared object as something else.

Replies are listed 'Best First'.
Re^2: DBD - Global Symbols Issue
by cunixgroup (Initiate) on Aug 20, 2007 at 20:28 UTC
    Archfool - thanks for your reply, below are the results of the ldd command.
    libsybct.so => /sybase/OCS-15_0/lib/libsybct.so libsybcs.so => /sybase/OCS-15_0/lib/libsybcs.so libsybtcl.so => /sybase/OCS-15_0/lib/libsybtcl.so libsybcomn.so => /sybase/OCS-15_0/lib/libsybcomn.so libsybintl.so => /sybase/OCS-15_0/lib/libsybintl.so libsybblk.so => /sybase/OCS-15_0/lib/libsybblk.so libdl.so.1 => /usr/lib/hpux32/libdl.so.1 libm.so.1 => /usr/lib/hpux32/libm.so.1 libsybcs.so => /sybase/OCS-15_0/lib/libsybcs.so libsybtcl.so => /sybase/OCS-15_0/lib/libsybtcl.so libsybcomn.so => /sybase/OCS-15_0/lib/libsybcomn.so libsybintl.so => /sybase/OCS-15_0/lib/libsybintl.so libm.so.1 => /usr/lib/hpux32/libm.so.1 libsybunic.so => /sybase/OCS-15_0/lib/libsybunic.so libsybct.so => /sybase/OCS-15_0/lib/libsybct.so

    I also tried re-installing DBD::Sybase in both the 32 bit and 64 bit builds using the 'perl Makefile.PL -r=buildXX' where XX is the bit depth. Unfortunately the 'Can't make loaded symbols...' warning came up for both builds during the 'make test' session.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://633924]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (None)
    As of 2024-04-25 00:47 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found