I need libpng3 for qt3 and I need qt3 for kde3libs and I need kde3libs for KInternet and I need KInternet to Dail-Up my DSL (pptp) modem! lol XD :shame:
and to install libpng12-compact-devel i have to uninstall libpng14-compact-devel :\
HELP!!!
I need libpng3 for qt3 and I need qt3 for kde3libs and I need kde3libs for KInternet and I need KInternet to Dail-Up my DSL (pptp) modem! lol XD :shame:
and to install libpng12-compact-devel i have to uninstall libpng14-compact-devel :\
HELP!!!
SoftHacker wrote:
>
> I need libpng3 for qt3 and I need qt3 for kde3libs and I need kde3libs
> for KInternet and I need KInternet to Dail-Up my DSL (pptp) modem! lol
> XD :shame:
>
> and to install libpng12-compact-devel i have to uninstall
> libpng14-compact-devel :
>
> HELP!!!
>
Try to edit the Makefile and replace the line “PNG_LIBS = -lpng” with
“PNG_LIBS = -lpng12”. Then run make agin (but not configure). Warning: this
is a hack.
I have no idea if that will help you, if not report back.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
fail
still get the same error
png2icns.o: In function `read_png':
png2icns.c:(.text+0x15b): undefined reference to `png_set_gray_1_2_4_to_8'
png2icns.c:(.text+0x1ae): undefined reference to `png_set_gray_1_2_4_to_8'
i tried with libpng12 and libpng14
SoftHacker wrote:
>
> i tried with libpng12 and libpng14
>
libpng14 is useless here because the configure script explicitly looks for
the 12 version. I was afraid that it will not help since I think your
libpng3 which is simply an older version of libpng12 shadows or overwrites
the shared object which is in libpng12 (you just need to look at the
versions mentioned in the output from the rpm command earlier).
You can check what the libpng.so and libpng12.so points to with ls -l
ls -l /usr/lib64/libpng.so
ls -l /usr/lib64/libpng12.so
if the last one does not point to libpng12.so.0.44 you have a real problem.
Can you also provide the output from
rpm -ql libpng3
I suspect this output will contain files which are also in
rpm -ql libpng12
I cannot see how the kde3 and qt3 apps which are available for 11.4 do in
any way need libpng3 which does not even exist in any 11.4 repository I can
find.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
ls -l /usr/lib64/libpng12.so
/usr/lib64/libpng12.so -> libpng12.so.0.44.0
rpm -ql libpng12
package libpng12 is not installed :\
and libpng3 I got from rpm.pbone.net, and it’s for suse 11.3
kinternet is no more available for kde4, but i need it
SoftHacker wrote:
>
> LS -L /USR/LIB64/LIBPNG12.SO
> /usr/lib64/libpng12.so -> libpng12.so.0.44.0
>
The symbolic link is correct. What about the header files, did you check
that the headers are compatible with the .so file?
> RPM -QL LIBPNG12
> package libpng12 is not installed :
Sorry, a typo that should have been “rpm -ql libpng12-0”.
>
> and libpng3 I got from -rpm.pbone.net-, and it’s for suse 11.3
>
I really cannot believe that it can coexist with libpng12-0 without
conflicts and problems.
> kinternet is no more available for kde4, but i need it
>
It is available here for openSUSE 11.4 (of course based on kde3 but in a
compatible way)
http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_11.4
and there is no dependency on any libpng3.
rpm -qRp kinternet-0.75-307.1.x86_64.rpm
warning: kinternet-0.75-307.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key
ID 7c99e700: NOKEY
smpppd
/sbin/ldconfig
/sbin/ldconfig
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
/usr/bin/perl
libDCOP.so.4()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.8)(64bit)
libcrypto.so.1.0.0()(64bit)
libkdecore.so.4()(64bit)
libkdeinit_kinternet.so()(64bit)
libkdeui.so.4()(64bit)
libkio.so.4()(64bit)
libkwalletclient.so.1()(64bit)
libnetworkstatus.so.0()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libqt-mt.so.3()(64bit)
libslp.so.1()(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
From where did you get your kinternet?
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
linpng3 is needed by a qt3 package and not kinternet
> I need libpng3 for qt3 and I need qt3 for kde3libs and I need kde3libs
> for KInternet and I need KInternet to Dail-Up my DSL (pptp) modem! lol
> XD
rpm -ql libpng12-0
/usr/lib64/libpng12.so.0
/usr/lib64/libpng12.so.0.44.0
Hi
Why not install NetworkManager-pptp-kde4?
SoftHacker wrote:
>
> linpng3 is needed by a qt3 package and not kinternet
>
>> I need libpng3 for qt3 and I need qt3 for kde3libs and I need
> kde3libs
>> for KInternet and I need KInternet to Dail-Up my DSL (pptp) modem!
> lol
>> XD
That sounds strange since I have ran a testintall of kinternet and all
dependencies are satisfied without needing a package which does not come
from the opensuse repos.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.5 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.5 | nVidia
ION | 3GB Ram
i could remove libpng3 and i installed kinternet from the repo you gave me
but i still cannot compile libicns from source
there is still the undefined reference error… :\
Hi
It builds fine as an rpm on OBS with libjasper-devel and libpng12-compat-devel.
Hi
There should be some rpms here soon (OBS has had a hiccup, so may be slow)
software.opensuse.org: Search Results
Here is the rpm spec file;
https://build.opensuse.org/package/view_file?file=libicns.spec&package=libicns&project=home%3Amalcolmlewis%3ATesting&srcmd5=b2d3146411a6f85b731d31a8a1196cec
You can keep an eye on the status here;
https://build.opensuse.org/package/show?package=libicns&project=home%3Amalcolmlewis%3ATesting
Which is exactly how it builds for me locally without problems and what I suggested in post 18. Hope your rpm will solve the problem and thanks for building it in the OBS.
hey i downloaded the rpms from the build service
they works just fine and i can save the icons as 256x256
anything solved in this thread