
ygjohn
Deleted
May 22, 2001, 11:01 PM
Post #3 of 4
(277 views)
|
Hi Freddo, thanks for your post. i did some research and had already found something and tot i might share it. the ENV entry can be inserted into the /etc/profile or if running apache server, in the httpd.conf file. this way, the server is configured such that any developer coding for this server or any scripts running do not have to assign the sybase ENV entry manually since the entry should not change at all. i think this should be the case. in any case, here's how. (path may differ) # in /etc/profile export SYBASE=/opt/sybase # using apache SetEnv LD_LIBRARY_PATH /opt/sybase/lib SetEnv SYBASE /opt/sybase PassEnv LD_LIBRARY_PATH PassEnv SYBASE regards john
|