Page 1 of 1
Fedora 4 (Stentz) libjppeg.1a error
Posted: Wed Sep 14, 2005 1:21 am
by Glenn
When I run install.sh I get an error with the libjpeg.1a
+ libtool --mode=install /usr/bin/install -c libjpeg.la /usr/local/lib/libjpeg.la
libtool: install: `libjpeg.la' is not a valid libtool archive
I have libjpeg.1a, .so and .a in both the /usr/lib and /usr/local/lib folders.
Posted: Wed Sep 14, 2005 12:57 pm
by Antw1
I ran into the exact same issue while installing PacsOne on Mandrake 10.3.
I'll be following the discussion closely !
Posted: Wed Sep 14, 2005 1:44 pm
by pacsone
That sounds weird since version 3.1.5 of PacsOne Server does not use the libjpeg library any more.
Are you sure you're installing version 3.1.5?
Fedora 4 (Stentz) libjppeg.1a error
Posted: Wed Sep 14, 2005 10:28 pm
by Glenn
pacsone wrote:That sounds weird since version 3.1.5 of PacsOne Server does not use the libjpeg library any more.
Are you sure you're installing version 3.1.5?
I thought I did, so I just downloaded:
http://www.rainbowfishsoftware.com/pacsone-3.1.5.tar.gz
Is this the latest?
In the install.sh file near the end is:
libtool --mode=install /usr/bin/install -c libjpeg.la /usr/local/lib/libjpeg.l
??
Re: Fedora 4 (Stentz) libjppeg.1a error
Posted: Thu Sep 15, 2005 1:08 pm
by pacsone
Glenn wrote:
In the install.sh file near the end is:
libtool --mode=install /usr/bin/install -c libjpeg.la /usr/local/lib/libjpeg.l
This sounds like a bug in the script.
Can you comment out that line and run
install.sh again?