Pagina 1 di 1

amarok.SlackBuild question

Inviato: lun 20 feb 2006, 12:13
da victorche
I have a simple question about making an amaroK package. The one here is Ok for 10.2, I want one for Current ( Because of MySQL 5.0.18 )
But that's not the problem. My package works fine on Current (Thanks for the good SlackBuild)...
I've made some small changes. The first one is removing mcpu.
The second one... Slacky's package has two database options - SQLite and MySQL. I want to build mine with PostgreSQL support too.
On amaroK's official site, it says that I should use:
--enable-postgres
So under the line for MySQL I added another line. Finally, the part of the SlackBuild looks like this:

Codice: Seleziona tutto

--enable-mysql \
--enable-postgres \
But after building of the package, there is still not an option for choosing PostgreSQL :[

Maybe amaroK can not work with both PostgreSQL and MySQL?

If you ask do I have PostgreSQL installed... Sure! I have latest package from Slacky.it

Any ideas?

Inviato: lun 20 feb 2006, 18:40
da manolo

Codice: Seleziona tutto

--enable-postgresql 
Try this

Inviato: lun 20 feb 2006, 20:30
da victorche
manolo ha scritto:

Codice: Seleziona tutto

--enable-postgresql 
Try this
Well thanks, but see this page:
http://amarok.kde.org/amarokwiki/index. ... esql_HowTo

It is written there:
...To get PostgreSQL support compiled-in, you need to specify "--enable-postgres" as a configure parameter...
So I am not so sure how I can make it... :roll:

Inviato: lun 20 feb 2006, 20:40
da manolo

Codice: Seleziona tutto

bash-3.1$ ./configure --help
...
--enable-postgresql     build amaroK with PostgreSQL support
...
This is from Amarok 1.3.8 source code... I think is ok

Inviato: lun 20 feb 2006, 20:51
da victorche
manolo ha scritto:

Codice: Seleziona tutto

bash-3.1$ ./configure --help
...
--enable-postgresql     build amaroK with PostgreSQL support
...
This is from Amarok 1.3.8 source code... I think is ok
Hm, strange... I will try now... Thanks!