Hi Bruno,


In previous versions of Harbour I make the change because
harbour package from ubuntu repositories install in /usr and not in /usr/local
Yes harbour package from ubuntu install in /usr ... fine.


Now I have a mess in my machine , I am triyng to delete manually
the old executables , library and include directories , to use the newest version

When you install the new version of harbour (you build yourself) with dpkg -i,
the old version package will be automaticly removed.

You can also remove the old version :
$ sudo aptitude remove harbour

Linux use first /usr

No, you can change $PATH, $LD_LIBRARY_PATH, $LD_INCLUDE_PATH
export PATH=/usr/local/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/lib/harbour

...

even /etc/ld.so.conf (ldconfig) is read before /usr/lib


anyway something is wrong , because if I compile in dinamyc , the executable give me an
error , that not found the harbour shared library, in static compiles ok

I don't know now what is better
Sorry i can't help you here. Give the logs to the list ...

Guy

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to