Re: Static linking of Sybase::DBlib to mod_perl?

2000-01-28 Thread Thomas Corte
Hello there, On Thu, 27 Jan 2000, Doug MacEachern wrote: > does apache-x.x.x/src/modules/perl/perlxsi.c have a DBlib reference? > you should see something like: > boot_Sybase__DBlib No, its not present. It only shows some Apache::* stuff und Dynaloader. Indeed, cd apache_1.3.11 find . -type

Re: Static linking of Sybase::DBlib to mod_perl?

2000-01-27 Thread Doug MacEachern
On Thu, 27 Jan 2000, Thomas Corte wrote: > > Hi, > > I'd like to use sybperl from a (statically linked) mod_perl httpd. > I only have older non-PIC sybase client > libraries here (the OS is hp/ux), so I can't build sybase > as a loadable object for perl. That is, it seems I have to compile > mo

Re: Static linking of Sybase::DBlib to mod_perl?

2000-01-27 Thread Thomas Corte
Hi, On Thu, 27 Jan 2000, Matt Sergeant wrote: > You'll also have to recompile Sybase::DBLib: > > perl Makefile.PL LINKTYPE=static > > so that it doesn't try and load the DSO. As the problem with the non-PIC client libs also exists for perl itself, I already _have_ compiled it this way. As a

Re: Static linking of Sybase::DBlib to mod_perl?

2000-01-27 Thread Matt Sergeant
On Thu, 27 Jan 2000, Thomas Corte wrote: > Hi, > > I'd like to use sybperl from a (statically linked) mod_perl httpd. > I only have older non-PIC sybase client > libraries here (the OS is hp/ux), so I can't build sybase > as a loadable object for perl. That is, it seems I have to compile > mod_pe

Static linking of Sybase::DBlib to mod_perl?

2000-01-27 Thread Thomas Corte
Hi, I'd like to use sybperl from a (statically linked) mod_perl httpd. I only have older non-PIC sybase client libraries here (the OS is hp/ux), so I can't build sybase as a loadable object for perl. That is, it seems I have to compile mod_perl and sybase stuff statically into my httpd binary.