[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#204358: libxcursor1: This package should provide /usr/lib/libxcursor.so symlink



On Wed, 2003-08-06 at 18:21, Modestas Vainius wrote:
> 
> Currently, package "libxcursor-dev" contains "/usr/lib/libxcursor.so"
> symlink. However, "libxcursor1" should provide it, because it seems
> that xfree86 4.3.0-0pre1v1 needs this symlink to be able to find 
> libxcursor library. As a result, X cursor theme support is broken 
> without "libxcursor-dev" package, what shouldn't happen.

libX11 should really load libXcursor.so.1, and it 'almost' does here:

open("/lib/libXcursor.so.1.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/libXcursor.so.1.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=81920, ...}) = 0
munmap(0x302e1000, 87322)               = 0
open("/etc/ld.so.cache", O_RDONLY)      = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=87322, ...}) = 0
mmap(NULL, 87322, PROT_READ, MAP_PRIVATE, 4, 0) = 0x302e1000
close(4)                                = 0
open("/usr/X11R6/lib/libXcursor.so.1", O_RDONLY) = 4

No idea why it looks for libXcursor.so.1.0 in /usr/lib, but creating
that symlink it gets picked up.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer



Reply to: