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

"install" script and libtool 2.4 #558

Closed
igorgolovanov opened this issue Apr 19, 2013 · 2 comments
Closed

"install" script and libtool 2.4 #558

igorgolovanov opened this issue Apr 19, 2013 · 2 comments
Labels
bug A bug report status: medium Medium

Comments

@igorgolovanov
Copy link
Contributor

If installed libtool 2.4 or newest (i think, newest than 2.2) then when run "install" it falls with errors:

libtool: Version mismatch error.  This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.

Build this extension can if you'll do reconfig.

$ cd ext
$ phpize 
$ aclocal && libtoolize --force && autoreconf
$ ./configure

I think need to add into "install" script checking version libtool, and doing "aclocal && libtoolize --force && autoreconf" when libtool is a newest version.

@phalcon
Copy link
Collaborator

phalcon commented Apr 22, 2013

Could you please submit this fix to the installation script?

@niden
Copy link
Member

niden commented Apr 27, 2013

Implemented #581

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: medium Medium
Projects
None yet
Development

No branches or pull requests

2 participants