Displaying 5 results from an estimated 5 matches for "kcc1967".
Did you mean:
aco1967
2008 Jun 28
1
libgtk-x11-2.0.la missing on CentOS 5.2
Hi,
I just upgrade to CentOS 5.2.
I try to compile my gtk2 application using GNU autotools and found the
following error:
...
grep: /usr/lib/libgtk-x11-2.0.la: No such file or directory
/bin/sed: can't read /usr/lib/libgtk-x11-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgtk-x11-2.0.la' is not a valid libtool archive
...
I check both gtk2-devel-2.10.4-20.el5 &
2007 Sep 23
1
CentOS 5.0 crash (cifs bug ?)
Hi
I think I hit the cifs bug described at
http://wiki.centos.org/TipsAndTricks/WindowsShares
and
http://bugs.centos.org/view.php?id=1776
As CentOS Wiki said, CentOS 5.0 do have a bug fixed cifs.ko, so I thought it
should be in CentOSPlus repository ... so I upgrade my kernel and using
2.6.18-8.1.10.el5.centos.plus. After I use this kernel release, I
check the cifs.ko
and see the following:
$
2007 Sep 07
2
LVM problem
Hi,
I have CentOS 5.0 which use an old hard disk. And recently I found
there are some bad sector on it ... I try to backup my data to other
CentOS 5.0 box ....
What I did is. I remove the old HD (with bad sector) and install it as
a slave IDE on a working CentOS 5.0 ... I try to mount the old HD as
/mnt/oldDisk but since it's a LVM, the "mount -t ext3" doesn't work.
I'm
2007 Sep 24
1
WINEDLLPATH doesn't work
Hi
I have some win32 DLL (native DLL) which is required to run my application.
If I copy the DLL to $HOME/.wine/drive_c/windows/system32/ ... my application
runs OK. But if I out the DLL to ... eg. $HOME/.wine/drive_c/myDLL
and doing following
export WINEDLLPATH=$HOME/.wine/drive_c/myDLL
wine myapp
wine simply complain that my DLL not found !!
Well, I really don't want to put everything
2007 Sep 25
3
Wine does not use PATH for DLL search, is this a bug or feature ?
Hi,
I test both 0.9.44 and 0.9.45 and found that Wine does not use
PATH environment variables for DLL search.
My test application is a Qt 336 application, QSlider.exe.
QSlider.exe require both qt-mt336.dll and mingwm10.dll. If I copy
both dll to ~/.wine/drive_c/windows/system32, I can invoke QSlider.exe
from anywhere and it works OK.
If I put both dlls to, eg. /opt/qt-3.3/bin. And setup