|
Hello,
I\'ve compiledd amaroK with --enable-postgresql which has passed without errors. Then I run amaroK, and noticed that postgres libraries are loaded (so amaroK sees postgre), but I can\'t choose PostgreSQL storage method in Collection settings - only SQLite. Of courst postgres is up and running on my machine. I\'m looking for help, Greetings Bergo |
Registered Member
|
I\'m having the exact same problem. During compiletime configure notified me that it would be building amaroK with pgsql support.
|
Registered Member
|
Try to specify --enable-postgresql later than the other configuration directives. E.g.
[code:1] ./configure --prefix=`kde-config --prefix` \\ --with-gnu-ld \\ --without-included-sqlite \\ --without-arts \\ --without-gstreamer \\ --with-xine \\ --without-nmm \\ --without-libvisual \\ --without-xmms \\ --enable-postgresql [/code:1] Worked for me |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]