"Database extension 'ibm_db2' not found."
To solve this, you just need to add the DB2 library folder to the environment variable LD_LIBRARY_PATH and restart the buildforge server. I did that using the following command:
To solve this, you just need to add the DB2 library folder to the environment variable LD_LIBRARY_PATH and restart the buildforge server. I did that using the following command:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/buildforge/server/apache/lib:/opt/ibm/db2/V9.7/lib32
To include this on Operating System boot, just add the command above in /etc/rc.local file.
Cheers!
To include this on Operating System boot, just add the command above in /etc/rc.local file.
Cheers!
No comments:
Post a Comment