Recent activity
Recent activity (0)
Error message : Sorry, cannot "make" neon. How to fix it?
If you found following error. /usr/bin/ld: final link failed: Nonrepresentable section on outputcollect2: ld returned 1 exit statusmake[1]: *** [libneon.la] Error 1make[1]: Leaving directory'/usr/local/rvsubversion/.build/neon-0.29.6/src'make: *** [subdirs] Error 2Sorry, cannot "make" neon You can do the instructions below in order to solve it.1. Create file /usr/local/rvglobalsoft/rvsubversion/profile/customsubversion.profile.yaml2. Copy the entire of following config to place in the file above (keep the --- symbol and space as in the line) neon:makefile:clean: 1 3. run installer againperl /usr/local/rvglobalsoft/rvsubversion/install.pl
Error message : libexpat.so: could not read symbols. How to fix it?
If you found below errors. 1. /usr/lib/libexpat.so: could not read symbols: File in wrong formatcollect2: ld returned 1 exit statusmake: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1Sorry, cannot "make" subversion. 2. Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../libsvn_ra_svn-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ) 3. ImportError:/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../libsvn_ra_neon-1.so.0:undefined symbol: svn_log_changed_path2_create 4. sqlite.so/usr/bin/ld: skipping incompatible /usr/lib/libsqlite3.so when searching for -lsqlite3/usr/bin/ld: skipping incompatible /usr/lib/libsqlite3.so when searching for -lsqlite3 Please fix it using below instruction. 1. backup old lib:mv /usr/lib/libexpat.so /usr/lib/libexpat.so.bak 2. find libexpat.so.0 in path below :ll /usr/lib64/libexpat.so.0ll /usr/local/lib64/libexpat.so.0ll /lib64/libexpat.so.0 3. create link to path that you found on step 2 (select only one command) :ln -s /usr/lib64/libexpat.so.0 /usr/lib/libexpat.soln -s /usr/local/lib64/libexpat.so.0 /usr/lib/libexpat.soln -s /lib64/libexpat.so.0 /usr/lib/libexpat.so 4. run installer againperl /root/rvadmin/installsubversion.pl If still have problem, you need to do the same things with the following files.libsvn_client-1.solibsvn_delta-1.solibsvn_diff-1.solibsvn_fs-1.solibsvn_fs_base-1.solibsvn_fs_fs-1.solibsvn_ra-1.solibsvn_ra_dav-1.solibsvn_ra_local-1.solibsvn_ra_svn-1.solibsvn_repos-1.solibsvn_subr-1.solibsvn_swig_perl-1.solibsvn_swig_py-1.solibsvn_wc-1.so

