HP-UX - cannot find path of shared library apache error afte

entire message below:
/usr/lib/dld.sl: Can’t find path for shared library: libsagsmp2.sl
/usr/lib/dld.sl: No such file or directory
Syntax error on line 1308 of /opt/apache/conf/httpd.conf:
Cannot load /sag/common/lib/libsagovo.sl into server:No such file or directory
./apachectl start: httpd could not be started

wat did i miss?

Hi,
the problem you have is with the variable SHLIB_PATH, which shoud be correct when you start apache, so you can do one of 2:
set SHLIB_PATH as it is on sag user or you can use sagenv.new to set all theses variables.
To set this in your current shell please type a command:
. $SAG/sagenv.new
This should help.
Marcin