How to check kde version?
To check the version open the K menu. You should have there the KDE Control Center or About KDE. Start it to check the KDE version. KDE 1.90 means KDE 2.0 Beta 1, KDE 1.91 means KDE 2.0 Beta 2.
9/27/06
Question of today.
9/18/06
Compiled kdevelope3.3.4
There was some errors about Java stuff. Used "make -k " and "make -k install"
9/17/06
ldconfig.
Creating /etc/ld.so.conf
Some softwares need to set the shared library in order to run. Here is part of the INSTALL file from qwt-5.0.2.
To install examples:
cd examples
qmake
make
If you like to run the examples, don't forget to install the
Qwt library/plugins or set the LD_LIBRARY_PATH to the lib directory
of your local build. ( On some systems LIBPATH is used instead, on MacOSX
it is called DYLD_LIBRARY_PATH. )
The above can be done by:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/qwt-5.0.2/lib/
Or by the following way--modify ld.so.conf
Create a new file /etc/ld.so.conf containing:
# Begin /etc/ld.so.conf
/lib
/usr/lib
/usr/X11R6/lib
/usr/local/qwt-5.0.3/lib# End /etc/ld.so.conf
Update the dynamic loader cache by running:
ldconfig
Also check "man ldconfig"
There is a nice article about "shared library"
9/15/06
9/1/06
Subscribe to:
Posts (Atom)