Error message Starting Server NES on Solaris

[email protected] ("Mark Faine") Thu, 1 Jun 2000 08:51:46 -0500
Newsgroups php.version4
Message-ID <[email protected]>
We are running PHP4.0 cvs build from 5-31-00

I used the following flags in the configure:

--enable-sigchild
--enable-libgcc
--enable-discard-path
--enable-magic-quotes
--enable-track-vars
--with-openssl
--with-oracle
--enable-trans-sid
--enable-memory-limit
--enable-versioning
--enable-sysvshm
--with-nsapi=path/to/my/netscape/server/root

now I am getting an error when trying to start the server.

dlopen of /home/web_server/netscape/suitespot/bin/libphp4.so failed
(ld.so.1: ns-httpd: fatal: libstdc++.so.2.10.0: open failed:  No such file
or directory)

The file it is looking for is in /usr/local/lib - I should know I recompiled
GCC just to get it in there.

Could this be a problem with where/how it is looking for the file.
Does /usr/local/lib have to be in  LD_LIBRARY_PATH

Thanks
-Mark