Ticket #146 (closed: invalid)
Building with kde 3.5.7 - libs not found
| Reported by: | Nick | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | development |
| Severity: | block | Keywords: | |
| Cc: |
Description
This isn't really a kdesvn issue, but something is awry. I am on kde 3.5.7 built using konstruct - all works fine.
On all previous KDE builds I have done, kdesvn built perfectly everytime - until now, with kde3.5.7
Building kdesvn for new KDE, everything builds perfectly, and installs correctly.
Running kdesvn, though, produces this:
kdesvn
kdesvn: error while loading shared libraries: libkdecore.so.4: cannot open shared object file: No such file or directory
ADDITIONAL INFORMATION: Briefly, my build structure
cp -R trunk/ build/ cp ../CMakeCache.txt ./ (produced using 'cmake -i .' cd build make make install.
Here is relevant CMakeCache.txt lines:
Path to a library. KDE3_KDECORE_LIBRARY:FILEPATH=/home/nick/kde3.5.7/lib/libkdecore.so Path to a library. KDE3_PART_LIBRARY:FILEPATH=/home/nick/kde3.5.7/lib/libkparts.so Path to a library. KDE3_UI_LIBRARY:FILEPATH=/home/nick/kde3.5.7/lib/libkdeui.so
etc.
Here is $ENV KDEDIR=/home/nick/kde3.5.7 KDE_DEBUG=0 KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_NO_IPV6=1
Here is output of ldd:
...
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40803000)
libdl.so.2 => /lib/libdl.so.2 (0x40811000) libpthread.so.0 => /lib/libpthread.so.0 (0x40814000) libkdecore.so.4 => not found libkdeui.so.4 => not found libkparts.so.2 => not found libDCOP.so.4 => not found libkio.so.4 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x40866000) libm.so.6 => /lib/libm.so.6 (0x40936000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x40958000)
...
I am at a total loss what is going on here... any help appreciated.
Thanks,
Nick
Attachments
Change History
comment:1 Changed 6 years ago by Nick
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 6 years ago by Nick
OK, you can ignore this and close it - it was me being stupid.
This all works fine now.
