Link to home
Start Free TrialLog in
Avatar of WebserviceMX
WebserviceMX

asked on

Subversion not working on Ubuntu Server

I've tryed to install subversion in Ubuntu-Server 7.10 _Gutsy Gibbon  using this command:
$ sudo apt-get install subversion libapache2-svn

When i try to create a repository :
$ sudo svnadmin create /svn

shows the following error:
$ svnadmin: error while loading shared libraries: libsvn_repos-1.so.1: cannot open shared object file: No such file or directory

Using
$ sudo ldd `which svn`

show this list

      libsvn_client-1.so.1 => not found
      libsvn_wc-1.so.1 => not found
      libsvn_ra-1.so.1 => not found
      libsvn_delta-1.so.1 => not found
      libsvn_diff-1.so.1 => not found
      libsvn_subr-1.so.1 => not found
      libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x00002ae90d932000)
      libpthread.so.0 => /lib/libpthread.so.0 (0x00002ae90db5c000)
      libc.so.6 => /lib/libc.so.6 (0x00002ae90dd77000)
      libuuid.so.1 => /lib/libuuid.so.1 (0x00002ae90e0d2000)
      librt.so.1 => /lib/librt.so.1 (0x00002ae90e2d6000)
      libcrypt.so.1 => /lib/libcrypt.so.1 (0x00002ae90e4df000)
      libdl.so.2 => /lib/libdl.so.2 (0x00002ae90e713000)
      /lib64/ld-linux-x86-64.so.2 (0x00002ae90d714000)


How can i fix this

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Fabio Marzocca
Fabio Marzocca
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WebserviceMX
WebserviceMX

ASKER

i have tryed to update it using this method in commandline
http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_manually_update_Ubuntu
i had to use --fix-missing modifier because there is a lot of libraries missing
anyway can´t run $ sudo svnadmin create /svn
even if i have done this
$ sudo apt-get upgrade subversion libapache2-svn --fix-missing

Is there a way to upgrade 7 gutsy to 8 LTS for example.