I am trying to set up a website that uses three different tools important to its use. One is a API system to keep the members of the site in the right user groups to access only the forums they need to be in. It also has a teamspeak3 connection that will make sure that the users are added to the right groups based off there API's and puts them in the right access channels in TS3. The last is Jabber which also will set them in the right groups. All of these require MySQL to work right. I have set up the website with MySQL and all went well and its up and running with rules, but I have found that I can not get it to install with the MySQL do to not being able to find the Database path and install the tables need.
I have searched the web and worked on several different ways to make this happen. I am at a point that I have done a echo $PATH and all the right paths are there and then I did a echo $LD_LIBRARY_PATH and it comes back blank. I also have searched the web for answers and can not seem to get the info I need. I have put
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH
in the .bash_profile file and still get a blank response. I'm not sure what to try next any help would be great and thank you in advance.
Piratetrader
- - - Updated - - -
Quick update I'm on a Dedicated CentOS 6 server supplied by Godaddy with cPanel and im using SSH to install TS3 server after I set up a MySQL database as it needs its own Database and does not add to the website Database.
I have searched the web and worked on several different ways to make this happen. I am at a point that I have done a echo $PATH and all the right paths are there and then I did a echo $LD_LIBRARY_PATH and it comes back blank. I also have searched the web for answers and can not seem to get the info I need. I have put
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH
in the .bash_profile file and still get a blank response. I'm not sure what to try next any help would be great and thank you in advance.
Piratetrader
- - - Updated - - -
Quick update I'm on a Dedicated CentOS 6 server supplied by Godaddy with cPanel and im using SSH to install TS3 server after I set up a MySQL database as it needs its own Database and does not add to the website Database.