so I could use cpan to track down the package name as well?
luks
yes, cpan can install all of them for you
Prodoc
suitable for xubuntu?
luks
well, using native debian package is usually better
for example i'm not sure if cpan handles uninstalling
Prodoc: do you want a database or dev server?
Prodoc
I was browsing for packages in Synaptic to get them installed easily but I'm having a hard time finding the package names
luks
because if you want to import the DB dumps, don't use SVN trunk
Prodoc
dev server
luks
just translate them with the libpackage-subpackage-perl scheme
libhtml-mason-perl, etc.
Prodoc
tried that but couldn't find half of them that way ;-) I 'll keep trying then and create a list of the names for others to use if they run into the same problem
I'll be happy to use that one as well, I just want an environment to add and fix things
will I run into a lot of trouble keeping things sync?
luks
no
but if you want full database, you will need to import it to the old DB schema and upgrade it
to add and fix things you don't need full database, though
Prodoc
How can I prevent a full db to be installed?
luks
in step 5, instead of downloading the data and "./admin/InitDb.pl --createdb --echo --import mbdump*.tar.bz2", use "./admin/InitDb.pl --createdb --clean"
that will create you an empty database
you can probably also ignore memcached for now
and perl modules like RDFStore
also, on ubuntu it's easier to use 'apache-perl', instead of 'apache'
Prodoc
I've installed apache2
luks
that won't work
Prodoc
darn
luks
you need apache 1 and the corresponding mod_perl package
Chise|Solid joined the channel
Prodoc
ok
in case of your suggested step 5, will the db be completely empty?
luks
it will have only the default data
like 'ModBot' or 'rob' users :)
Prodoc
ok :-)
shouldn't be much of a problem for dev work
luks
it's easier to work with empty db
Prodoc
I can stuff in some stuff when needed
Chise joined the channel
how much trouble will I run into when installing apache next to apache2?
luks
that shouldn't be problem at all
just make it run on a different port
Prodoc
or I can take the risk of trying to get it to run on apache2, not really a reason why it shouldn't imo
luks
there is a reason
mod_perl for apache2 is different than for apache
Prodoc
and it will be a lot of work to change this?
luks
no idea
Chise[Solid] has quit
Chise|Solid has quit
rjmunro has quit
duckman has quit
Jugdish
luks: in picard, is the "submit tagged information to musicbrainz" a global operation or does it only do it on the currently-selected track/album?
do we have other albums in MB where we include the track numbers with the track titles?
Prodoc
ah, found the reason
also both your list in the wiki and the DebianServerSetup list don't specifically install Apache::Session::File, Apache::AuthDigest, Bundle::Apache, Devel::Peek, Digest::MD5, HTTP::Negotiate and Time::ParseDate
do one of the following modules have something to do with that? libapache-reload-perl, liburi-perl, libtime-hires-perl, libxml-parser-perl, libapache-request-perl, libtime-modules-perl?
these don't get specifically mentioned in the INSTALL file but both wiki pages list them
luks
Prodoc: ignore the wiki pages
there are all very outdated
Kerensky97 joined the channel
Prodoc
remnant of the previous server requirements?
+s
luks
yep
also, Text::Unaccent doesn't need patching anymore
Prodoc
ok, cool
but what about the mentioned modules from the install file which the wiki pages don't list? I can't seem to find a module to install for them
I assumed that libtime-modules-perl would be for Time::ParseDate, could this be correct?