amarok.SlackBuild question

Postate qui se avete consigli per migliorare i pacchetti disponibili in questo sito o se avete problemi con installazione, funzionamento o altro.

Moderatore: Staff

Regole del forum
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

amarok.SlackBuild question

Messaggio 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?

Avatar utente
manolo
Linux 2.x
Linux 2.x
Messaggi: 282
Iscritto il: gio 26 mag 2005, 0:00
Desktop: kde

Messaggio da manolo »

Codice: Seleziona tutto

--enable-postgresql 
Try this

victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Messaggio 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:

Avatar utente
manolo
Linux 2.x
Linux 2.x
Messaggi: 282
Iscritto il: gio 26 mag 2005, 0:00
Desktop: kde

Messaggio 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

victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Messaggio 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!

Rispondi