vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear all. I try to install gmmusic (gtk1 app for managing music CD). Unfortunately, no ebuild is available, so I downladed the most recent tar.g, run configure, make and make install. make install stops with: Bareword "PGRES_CONNECTION_OK" not allowed while "strict subs" in use at bin/update-gmmusic line 63. Bareword "PGRES_TUPLES_OK" not allowed while "strict subs" in use at bin/update-gmmusic line 72. Execution of bin/update-gmmusic aborted due to compilation errors. gmmusic has work before with a SuSE installation. Any help is appreciated. Thanks, Klaus |
| |||
| Klaus Dahlke enlightened us with: > Bareword "PGRES_CONNECTION_OK" not allowed while "strict subs" in > use at bin/update-gmmusic line 63. Looks like bad programming to me. I suggest you talk to the author(s), not us. Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |
| ||||
| On Sun, 22 Aug 2004 16:40:55 +0200, Sybren Stuvel wrote: > Klaus Dahlke enlightened us with: >> Bareword "PGRES_CONNECTION_OK" not allowed while "strict subs" in >> use at bin/update-gmmusic line 63. > > Looks like bad programming to me. I suggest you talk to the author(s), > not us. > > Sybren After searching a little bit deeper what are the modules who provide Pg.pm I found the quite old stuff the authors used. Now it works fine. Best regards, Klaus |