| 26 | == libapr: Could not resolve symbol 'connect' == |
| 27 | * '''Error Message''': Upon running certain commands that rely upon APR, the runtime_loader will report[[BR]] |
| 28 | ''runtime_loader: /boot/common/lib/libapr-1.so.0.4.5: Could not resolve symbol 'bind' [[BR]] |
| 29 | resolve symbol "bind" returned: -2147478780[[BR]] |
| 30 | runtime_loader: /boot/common/lib/libapr-1.so.0.4.5: Troubles relocating: Symbol not found'' |
| 31 | * '''Reproduction''': {{{ svnversion }}} or {{{ svnserve }}} |
| 32 | * '''Resolution''': To remedy this you need to open the Terminal application and run the following commands. It will download and extract new packages for APR, APR-Util and Subversion. Afterwards, simply delete the downloaded archives. |
| 33 | {{{ |
| 34 | wget http://www.haiku-files.org/files/optional-packages/apr-1.4.5-r1a3-x86-gcc2-2011-08-04.zip |
| 35 | wget http://www.haiku-files.org/files/optional-packages/apr-util-1.3.12-r1a3-x86-gcc2-2011-08-04.zip |
| 36 | wget http://www.haiku-files.org/files/optional-packages/subversion-1.6.17-r1a3-x86-gcc2-2011-08-04.zip |
| 37 | unzip -d /boot -o apr-1.4.5-r1a3-x86-gcc2-2011-08-04.zip |
| 38 | unzip -d /boot -o apr-util-1.3.12-r1a3-x86-gcc2-2011-08-04.zip |
| 39 | unzip -d /boot -o subversion-1.6.17-r1a3-x86-gcc2-2011-08-04.zip |
| 40 | }}} |