-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling Sybperl on Dec Alpha #772
Comments
From Eman.Abohebeish@disney.comI have Sybase Open Client 10.0.4 installed on Dec Alpha (V4.0). I have also I have sucessfully unziped the the Sybperl-2.11.tar file. I followed all the steps in the README file, but when I try to do 'make Any idea why this is happening? Thanks. - Eman /home/users/psoft_qa/sybperl/sybperl-2.11>> make test at ../blib/lib/Sybase/BCP.pm line 278 t/bcp.t 255 65280 9 9 100.00% 1-9 |
From [Unknown Contact. See original ticket]On Fri, 22 Oct 1999 18:16:21 -0700, "Abohebeish, Eman" wrote (in part): Eman> Can't load '../blib/arch/auto/Sybase/DBlib/DBlib.so' for This looks like a problem with your libsybdb.so. It looks like -- |
From [Unknown Contact. See original ticket]Hi, I get the following for library dependencies: /home/users/psoft_qa/sybperl/sybperl-2.11>> odump -Dl ***LIBRARY LIST SECTION*** -----Original Message----- On Fri, 22 Oct 1999 18:16:21 -0700, "Abohebeish, Eman" wrote (in part): Eman> Can't load '../blib/arch/auto/Sybase/DBlib/DBlib.so' for This looks like a problem with your libsybdb.so. It looks like -- |
From [Unknown Contact. See original ticket]On Mon, 25 Oct 1999 10:17:43 -0700, "Abohebeish, Eman" wrote (in part): Eman> I get the following for library dependencies: [nothing, not even libc] Ah, then the problem is that libsybdb.so wasn't built properly. This can probably be done with a hints file, but I'm only --- begin sample hints/dec_osf.pl file --- Be sure to take a look at the LIBS portion of the Makefile.PL -- |
From [Unknown Contact. See original ticket]
spider> On Mon, 25 Oct 1999 10:17:43 -0700, "Abohebeish, Eman" spider> [nothing, not even libc] spider> Ah, then the problem is that libsybdb.so wasn't built You might want to check that the tcl.so lib is what you think it is spider> This can probably be done with a hints file, but I'm only spider> --- begin sample hints/dec_osf.pl file --- unshift spider> Be sure to take a look at the LIBS portion of the |
From [Unknown Contact. See original ticket]Hi, I did not see a LIBS portion in Makefile.PL, however, I did add these to my EXTRA_LIBS=-linsck -lsybdb -ldnet_stub -lsdna -lnsl -lsocket Also, I only get libsybdb.so for library dependencies. I'm not sure how to use a "hints" file - do I just create it and sybperl Eman -----Original Message----- On Mon, 25 Oct 1999 10:17:43 -0700, "Abohebeish, Eman" wrote (in part): Eman> I get the following for library dependencies: [nothing, not even libc] Ah, then the problem is that libsybdb.so wasn't built properly. This can probably be done with a hints file, but I'm only --- begin sample hints/dec_osf.pl file --- Be sure to take a look at the LIBS portion of the Makefile.PL -- |
From [Unknown Contact. See original ticket]On Mon, 25 Oct 1999 11:08:29 -0700, "Abohebeish, Eman" wrote (in part): Eman> I'm not sure how to use a "hints" file - do I just create The use of hints files from a Makefile.PL is a MakeMaker feature. Your other [elided] questions are getting too specific to -- |
Migrated from rt.perl.org#1696 (status was 'resolved')
Searchable as RT1696$
The text was updated successfully, but these errors were encountered: