Jim, I am having identically the same problem. The libphp4.so file doesn't show up anywhere. find / -name libphp4.so turns up nothing.
My php configure line looks like this: ./configure --prefix=/usr/local/php --with-apsx2=/usr/local/apache/bin/aspx --with-mssql=/usr/local/freetds If this is indeed the issue (compiling PHP as a CGI), how do I not compile it as a CGI. What are my options? I am looking for any other insights or nuggets of wisdom concerning getting RH9/Apache2/PHP4 server to connect to an MSSQL 2000 server. I've got Apache working fine, FreeTDS is connecting fine and queries work fine. I can get PHP installed and working through various RPMs (of course) but have been unsuccessful in finding any that support MSSQL connectivity. Hence my trying to "go-it-alone." Pardon my ignorance as I am a brand-new Linux user after more than a decade of MS/Windows use. This is a strange (and sometimes frightening) new world for me. :) Thanks a heap for whatever assistance you can offer. Sincerely, Alan Holmes "Jim Thome" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Looks like you compiled PHP as a CGI, so no DSO will get created. What > was your configure line? > > >>> "Bill Hudspeth" <[EMAIL PROTECTED]> 09/16/03 04:00PM >>> > Hello, > > I have twice tried to install PHP-4.3.3 under Apache 1.3.27. I am > unable > > to find the libphp4.so file anywhere on my system. I have searched > using > "find" and "locate", to no avail. The "make install" > > command returns the following lines: > > [EMAIL PROTECTED] php-4.3.3]# make install > > Installing PHP SAPI module: cgi > > Installing PHP CGI into: /usr/local/bin/ > > Installing shared extensions: > > /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ > > Installing PEAR environment: /usr/local/lib/php/ > > [PEAR] Archive_Tar - already installed: 1.1 > > [PEAR] Console_Getopt - already installed: 1.0 > > [PEAR] PEAR - already installed: 1.2.1 > > Wrote PEAR system config file at: /usr/local/etc/pear.conf > > You may want to add: /usr/local/lib/php to your php.ini include_path > > [PEAR] DB - already installed: 1.5.0RC1 > > [PEAR] HTTP - already installed: 1.2.1 > > [PEAR] Mail - already installed: 1.1.1 > > [PEAR] Net_SMTP - already installed: 1.2.3 > > [PEAR] Net_Socket - already installed: 1.0.1 > > [PEAR] XML_Parser - already installed: 1.0.1 > > [PEAR] XML_RPC - already installed: 1.0.4 > > Installing build environment: /usr/local/lib/php/build/ > > Installing header files: /usr/local/include/php/ > > Installing helper programs: /usr/local/bin/ > > program: phpize > > program: php-config > > program: phpextdist > > I would very much appreciate any help on where to go with this. > > Thanks, Bill