AIX techies;
Can someone please explain the details about setting the LIBPATH env variable? When using perl 5.8 and MySQL 3.2.x this variable is used to control search paths for shared libraries. Since I've updated my perl and mysql this variable is no longer set (its blank).
I've determined that its value is set correctly in /etc/environment and then I added it to /etc/profile and then added it to /home/username/.profile and it STILL remains blanked out.
Finally I exported the variable immediately prior to executing either perl or mysql which (sort of) works. But, its not the correct method.
So, please enlighted some of us about the setting of this?
Thanks.
Can someone please explain the details about setting the LIBPATH env variable? When using perl 5.8 and MySQL 3.2.x this variable is used to control search paths for shared libraries. Since I've updated my perl and mysql this variable is no longer set (its blank).
I've determined that its value is set correctly in /etc/environment and then I added it to /etc/profile and then added it to /home/username/.profile and it STILL remains blanked out.
Finally I exported the variable immediately prior to executing either perl or mysql which (sort of) works. But, its not the correct method.
So, please enlighted some of us about the setting of this?
Thanks.