Re: [PHP] where i get .so [dll] file of linux ?

2002-03-31 Thread Prachait Saxena
- Original Message - From: Rouvas Stathis [EMAIL PROTECTED] Newsgroups: php.general Cc: [EMAIL PROTECTED] Sent: Friday, March 29, 2002 8:46 PM Subject: Re: [PHP] where i get .so [dll] file of linux ? You should ask your administrator to do it for you. BTW, most propably you don't have to recompile

Re: [PHP] where i get .so [dll] file of linux ?

2002-03-31 Thread Rasmus Lerdorf
: Re: [PHP] where i get .so [dll] file of linux ? You should ask your administrator to do it for you. BTW, most propably you don't have to recompile Apache. -Stathis. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General

Re: [PHP] where i get .so [dll] file of linux ?

2002-03-29 Thread Prachait Saxena
] Sent: Friday, March 29, 2002 1:43 AM Subject: Re: [PHP] where i get .so [dll] file of linux ? In Linux you don't use dl(). Instead, you compile PHP with the modules you need and they are there when you call them. -Stathis. Prachait Saxena wrote: Hello I would like to Know, where Site

Re: [PHP] where i get .so [dll] file of linux ?

2002-03-29 Thread Rouvas Stathis
PROTECTED] Sent: Friday, March 29, 2002 1:43 AM Subject: Re: [PHP] where i get .so [dll] file of linux ? In Linux you don't use dl(). Instead, you compile PHP with the modules you need and they are there when you call them. -Stathis. Prachait Saxena wrote: Hello I would like

Re: [PHP] where i get .so [dll] file of linux ?

2002-03-29 Thread Prachait Saxena
: php.general To: Prachait Saxena [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 29, 2002 1:43 AM Subject: Re: [PHP] where i get .so [dll] file of linux ? In Linux you don't use dl(). Instead, you compile PHP with the modules you need and they are there when you call them

Re: [PHP] where i get .so [dll] file of linux ?

2002-03-29 Thread Rouvas Stathis
and recompling the apache ??? Now what i can do ? Prachait - Original Message - From: Rouvas Stathis [EMAIL PROTECTED] Newsgroups: php.general Cc: [EMAIL PROTECTED] Sent: Friday, March 29, 2002 6:34 PM Subject: Re: [PHP] where i get .so [dll] file of linux ? I always recompile

[PHP] where i get .so [dll] file of linux ?

2002-03-28 Thread Prachait Saxena
Hello I would like to Know, where Site or Link i can get complied .so [dll] files. of linux as i have php_sockets.dll which works very fine in Windows enviroment. but on linux Can you suggest any other option for this. I am using dl(php_sockets.dll); while writing my code for windows and

Re: [PHP] where i get .so [dll] file of linux ?

2002-03-28 Thread Rouvas Stathis
Prachait Saxena wrote: Hello I would like to Know, where Site or Link i can get complied .so [dll] files. of linux as i have php_sockets.dll which works very fine in Windows enviroment. but on linux Can you suggest any other option for this. I am using dl(php_sockets.dll);