English 中文(简体)
2.1 试图在wsf/php上举出安全例子的错误
原标题:Error when trying to run security examples in wsf/php 2.1

在安装了Wsf/php 2.1之后使用

./configure --enable-libxml2 --disable-savan
make 
sudo make install

除安全实例外,所有实例都做了工作。 记录:

/usr/lib/php5/xxx/wsf.so: undefined symbol: rampart_context_create

我的行程是乌班图11.10和PHP5.3.6-13ubuntu3.3,Suhosin-Patch(cli)(设计:2011年12月13日18:37:10)

错误是什么?

问题回答

在进行了大量搜查之后,我发现有许多人存在同样的问题,但没有一个答案。 我确信,很多人一直存在同样的问题,我自己把这个问题 into为问题,找到解决办法。 这是11.10和12.04年版的电梯问题。

我得以通过这样做开展工作。

sudo apt-get install gcc-4.4

之后,通过运行对码头/营地进行配置

./configure CC=gcc-4.4

跟踪正常安装步骤的其余部分,并投入使用。

你们也可以检查一下。 这样一来的图书馆,看看它是否通过这样做而把斜线连接起来。

ldd /usr/lib/php5/20090626/wsf.so

我希望,这能帮助每个人来到这里!





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签