我一直试图建立颠覆(在有限的帐户上)很长一段时间,但没有任何运气:(
我正在遵循的说明:http://wiki.dreamhost.com/Subversion_Installation
运行这个:
./configure --prefix=${RUN} --without-berkeley-db --with-ssl --with-zlib --enable-shared
Run Code Online (Sandbox Code Playgroud)
给我这个错误:
checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon
Run Code Online (Sandbox Code Playgroud)
有人可以向我解释一下:
谢谢!
试图从neon config.log文件中找到有趣的位:
configure:27693: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccazXdJz.o: In function `main':
/home/stpinst/soft/subversion-1.5.4/neon/conftest.c:93: undefined reference to `RSA_new'
collect2: ld returned 1 exit status
configure:27699: $? = 1
configure: failed program was:
...
| int
| main ()
| {
| …Run Code Online (Sandbox Code Playgroud)