./configure error
./configure error
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki
./configure error
On Wed, May 28, 2008 at 12:47 PM, looki <[email protected]> wrote:
If not, do so, and if it still doesn't work, try symlinking.
I'm assuming you've installed the 32 bit versions of those libraries.hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki
If not, do so, and if it still doesn't work, try symlinking.
./configure error
I'm pretty new to wine myself, but I just compiled wine rc2. you need a
lot of development files for sure, but at least on Fedora 8, you have to
compile wine in 32bit mode (I noticed you have x86_64), which means that
you need the 32bit development files. The header files should be fine,
but when linking, it's going to need the 32bit libraries. So, check that
you have the 32bit libraries needed.
On a side note, I originally tried to compile wine on a x86_64 Fedora8,
but compiling for 32bit is so broken in x86_64, i ended up compiling it
in a virtual machine with i386 Fedora 8. The RPM system on Fedora8 seems
broken when it comes to i386 targets, so this might not matter to you in
OpenSUSE.
looki wrote:
lot of development files for sure, but at least on Fedora 8, you have to
compile wine in 32bit mode (I noticed you have x86_64), which means that
you need the 32bit development files. The header files should be fine,
but when linking, it's going to need the 32bit libraries. So, check that
you have the 32bit libraries needed.
On a side note, I originally tried to compile wine on a x86_64 Fedora8,
but compiling for 32bit is so broken in x86_64, i ended up compiling it
in a virtual machine with i386 Fedora 8. The RPM system on Fedora8 seems
broken when it comes to i386 targets, so this might not matter to you in
OpenSUSE.
looki wrote:
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki
./configure error
I also have 64 bit opensuse 10.3 and I had to "symlink"
So the library libhal is something like libhal.so.2.1
(I'm at work and just making up the numbers...)
I had to link the libraries to the name without the numbers;
Ln -s libhal.so.2.1 libhal.so
And so on.
Hope that helps
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of looki
Sent: Wednesday, May 28, 2008 10:48 AM
To: [email protected]
Subject: [Wine] ./configure error
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... a46dba9d6c
3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device
support.
configure: libsane development files not found, scanners won't be
supported.
configure: libgphoto2 development files not found, digital cameras won't
be supported.
configure: libcapi20 development files not found, ISDN won't be
supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be
supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki
So the library libhal is something like libhal.so.2.1
(I'm at work and just making up the numbers...)
I had to link the libraries to the name without the numbers;
Ln -s libhal.so.2.1 libhal.so
And so on.
Hope that helps
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of looki
Sent: Wednesday, May 28, 2008 10:48 AM
To: [email protected]
Subject: [Wine] ./configure error
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... a46dba9d6c
3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device
support.
configure: libsane development files not found, scanners won't be
supported.
configure: libgphoto2 development files not found, digital cameras won't
be supported.
configure: libcapi20 development files not found, ISDN won't be
supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be
supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki
thx for replieing so fast.
i just notice that yast2 crashes when triing to install the i586 of libhal. the 64bit devel is installed and i can not choose both at the same time.
i need to delete the devel then installing the 32 bit version.
but my problem still exists. .(
plz explain me what i have to symlink?
i just notice that yast2 crashes when triing to install the i586 of libhal. the 64bit devel is installed and i can not choose both at the same time.
i need to delete the devel then installing the 32 bit version.
but my problem still exists. .(
plz explain me what i have to symlink?
./configure error
when it links 32bit libraries like -lxyx, it looks for
/usr/lib/libxyz.so. Some libraries are installed as /usr/lib/libxyx.so.1.
looki wrote:
/usr/lib/libxyz.so. Some libraries are installed as /usr/lib/libxyx.so.1.
looki wrote:
thx for replieing so fast.
i just notice that yast2 crashes when triing to install the i586 of libhal. the 64bit devel is installed and i can not choose both at the same time.
i need to delete the devel then installing the 32 bit version.
but my problem still exists. .(
plz explain me what i have to symlink?
i got that with libssl now by using a symlink.
i just notice that zypper cant find a 32bit hal devel (i was wrong before because i used "zypper in rpm1.... rpmn" and i didnt bothered for correctness), so if i try installing an externel rpm i get dependency errors
im using fluxbox and something in my mind tells me that these libs are part of a kde rpm.
ok my main purpose was openssl to make trillian working.
greetz looki
i just notice that zypper cant find a 32bit hal devel (i was wrong before because i used "zypper in rpm1.... rpmn" and i didnt bothered for correctness), so if i try installing an externel rpm i get dependency errors

im using fluxbox and something in my mind tells me that these libs are part of a kde rpm.
ok my main purpose was openssl to make trillian working.
greetz looki
./configure error
On Wed, May 28, 2008 at 2:10 PM, looki <[email protected]> wrote:
No, those libraries are not WM dependent.im using fluxbox and something in my mind tells me that these libs are part of a kde rpm.