Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install php5.3.24 on Ubuntu 12.04 #83

Closed
ekarlso opened this issue May 6, 2013 · 12 comments
Closed

Unable to install php5.3.24 on Ubuntu 12.04 #83

ekarlso opened this issue May 6, 2013 · 12 comments

Comments

@ekarlso
Copy link

ekarlso commented May 6, 2013

libtool: unrecognized option -export-dynamic' Trylibtool --help' for more information.
make: *** [sapi/cli/php] Error 1

@luelher
Copy link

luelher commented May 8, 2013

Unable to install php5.3.24 on Ubuntu 13.04

Same error...

@c9s
Copy link
Member

c9s commented May 11, 2013

caused by Incompatible libtool ? I think this issue belongs to the build system of PHP, not phpbrew it self.

@c9s
Copy link
Member

c9s commented May 11, 2013

Please check the libtool documentation http://www.nondot.org/sabre/Mirrored/libtool-2.1a/libtool_9.html

@c9s c9s closed this as completed May 11, 2013
@c9s
Copy link
Member

c9s commented May 12, 2013

Hi I found the solution for this, please take a look: http://cyberrevolucionario.blogspot.tw/2013/05/instalar-phpbrew-en-ubuntu-1304.html

There are some extra options need to be passed.

@robinvdvleuten
Copy link

This seems to be related to +intl. If I do not add it, it gives an error about a missing -export-dynamic.

@c9s
Copy link
Member

c9s commented May 23, 2013

Hi Robin,

Can you also provide your variants and options? try phpbrew -d install, it will print the debug messages, the detail of ./configure command will be helpful.

@robinvdvleuten
Copy link

I just did phpbrew install +default +intl. Without +intl it throws the error about a missing -export-dynamic option.

@c9s
Copy link
Member

c9s commented May 23, 2013

Got it. Seems like 5.3 only issue

@morozov
Copy link
Contributor

morozov commented Dec 18, 2013

@c9s, so what's the proper workaround to install 5.3? I experience the same issue.

@c9s c9s reopened this Dec 18, 2013
@c9s
Copy link
Member

c9s commented Dec 18, 2013

Hi @morozov , Please add the +intl variant, it seems 5.3 need it to build.

@morozov
Copy link
Contributor

morozov commented Dec 18, 2013

Thanks! It worked for me.

@c9s
Copy link
Member

c9s commented Dec 18, 2013

OK, added this to trouble shooting guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants