Page 1 of 2
scribus problem installation.
Posted: 23. Mar 2012, 17:30
by ink3
I don't know what is wrong:
log with slapt-src -i scribus
http://pastebin.com/kkVT3Wqv
Re: scribus problem installation.
Posted: 23. Mar 2012, 22:39
by laprjns
Built without problems here. Maybe missing zlib??, Try slapt-get -i zlib
Re: scribus problem installation.
Posted: 23. Mar 2012, 22:46
by ink3
I had installed zilib.
Re: scribus problem installation.
Posted: 23. Mar 2012, 23:52
by Shador
Please post build output with LANG=C set, so messages are in english and readable by everybody.
Re: scribus problem installation.
Posted: 24. Mar 2012, 06:03
by ink3
Ok. I Again built log with export LANG=C
http://pastebin.com/MiaZPBZY
I zlib already installed before.
# slapt-get --search zlib
osmose-0.9.1-i486-1gv [inst=no]: osmose (Sega Master System and Game Gear Emulator)
zlib-1.2.5-i486-4 [inst=yes]: zlib (compression library)
--- edit ---
I installed it from pkgs.org. Addition was needed podofo.
I thought that is only optional. Yes wrote on SlackBuild. I tried to install using slapt-src. Again the error.
http://pastebin.com/vEt3gDe5
I ended up so that once installed the pkgs.org
That scribus works.
I have no idea why this is such a problem with slapt-src or SlackBuild or something wrong in the system.
It seems to me that there is more packages in the:
http://www.slackers.it/
may be the best source packages?
Re: scribus problem installation.
Posted: 24. Mar 2012, 12:22
by Shador
Are you on 64Bit? Possibly scribus build system is looking in the wrong location.
If you're not on 64 but on 32 Bit, check if the file /usr/lib/libz.so exists and if it doesn't reinstall the zlib package.
Re: scribus problem installation.
Posted: 24. Mar 2012, 12:25
by laprjns
I'm having no problems building scribus here, with or without podofo installed. All my packages are installed either from the salix repo using slapt-get or from Slackbuild (salix slkbuilds) using slapt-src. My guess is that your system is having problems finding libz.
Code: Select all
root[rich]# whereis libz
libz: /usr/lib/libz.a /usr/lib/libz.so
Re: scribus problem installation.
Posted: 24. Mar 2012, 14:57
by ink3
rather not
$ whereis libz
libz: /usr/lib/libz.so /usr/lib/libz.a
Re: scribus problem installation.
Posted: 24. Mar 2012, 17:27
by laprjns
maybe sym link is not correct:
Code: Select all
root[rich]# ls -l /usr/lib/libz.*
-rw-r--r-- 1 root root 89366 Feb 9 2011 /usr/lib/libz.a
lrwxrwxrwx 1 root root 13 Dec 16 19:33 /usr/lib/libz.so -> libz.so.1.2.5
lrwxrwxrwx 1 root root 13 Dec 16 19:33 /usr/lib/libz.so.1 -> libz.so.1.2.5
-rwxr-xr-x 1 root root 76744 Feb 9 2011 /usr/lib/libz.so.1.2.5
Re: scribus problem installation.
Posted: 24. Mar 2012, 17:55
by ink3
one look different
ls -l /usr/lib/libz.*
-rw-r--r-- 1 root root 89366 lut 9 2011 /usr/lib/libz.a
lrwxrwxrwx 1 root root 22 lis 17 15:35 /usr/lib/libz.so -> /usr/lib/libz.so.1.0.4
lrwxrwxrwx 1 root root 13 lis 17 15:35 /usr/lib/libz.so.1 -> libz.so.1.2.5
-rwxr-xr-x 1 root root 76744 lut 9 2011 /usr/lib/libz.so.1.2.5