Thread mysql: no connection
(31 answers)
Opened by paidopoieo at 2006-02-22 04:04
hallo renee,
nein, eigentlich nicht, aber kannst du mir sagen wie ich das rausfinden kann, ob irgendetwas auf diesen pfad verweist..... weiters hab ich bei meiner internetrecherche gefunden, falls dieser fehler auftritt, folgendes zu machen: Code: (dl
)
1 If Perl reports that it cannot find the ../mysql/mysql.so module, the problem is probably that Perl cannot locate the libmysqlclient.so shared library. You should be able to fix this problem by one of the following methods: den ersten punkt kann ich nicht machen, da ich das modul mit perl -MCPAN -e 'shell' installiert habe... mit der -L option hab ich nicht rausgefunden, wie das gemeint ist... im ld.so.conf file hab ich den pfad folgendermassen hinzugefuegt /usr/lib die classpath variable hab ich auch gesetzt und zwar folgendermassen: Code: (dl
)
export LD_RUN_PATH=$PATH:/usr/lib ich hoffe das stimmt so.... ;) |