Hi Florian, On Fri, Jun 06, 2003 at 03:10:56PM +0200, Florian Gattung wrote: > i have a little question concerning the installation of otrs. > > When trying to fulfil the dependency DBD::mysql > by > either > perl -MCPAN -e shell; > install DBD::mysql > or by getting the sources by hand, doing a > perl Makefile.PL > make > the compilation process fails with the following error msg: > ------------------------------------------------- > [...] > ------------------------------------------------- > > i tried installing the libz by hand, but that didnt work out at all. > any suggestions on that? > > i am running suse 8.1
Use the RPM for SuSE 8.x and install all required RPM modules (like perl-Msql-Mysql-modules, perl-DBI, ...) and it will work. You don't need to installe modules from cpan.org (via "perl -MCPAN -e shell;") if you use SuSE Linux. > Florian "bettmenn" Gattung Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
