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

Build problem #18

Closed
h3ph4est7s opened this issue Nov 1, 2015 · 3 comments
Closed

Build problem #18

h3ph4est7s opened this issue Nov 1, 2015 · 3 comments

Comments

@h3ph4est7s
Copy link

Greetings i have configured the library with

./configure --with-oracle_home=/opt/oracle/instantclient --with-oracle_headers_path=/opt/oracle/instantclient/include --with-oracle_lib_path=/opt/oracle/instantclient

everything goes ok but when i invoke make the following is returned

configure.ac:24: the top level
configure:10484: error: possibly undefined macro: LT_MAJOR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1

I tried

autoreconf -fi

but the following is returned

../libtool: line 478: CDPATH: command not found
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.7ubuntu1, 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.2 Debian-2.4.2-1.7ubuntu1
libtool: and run autoconf again.
make[2]: *** [libocilib_la-array.lo] Error 63

Thank you in advance.

@vrogier
Copy link
Owner

vrogier commented Nov 12, 2015

Hi,

Thanks for reporting issues :)
I will check this issue for next release.

Regards,

Vincent

@ecraven
Copy link

ecraven commented Jan 22, 2016

I have the same problem. I've tried my (very shallow) knowledge of autotools, but haven't succeeded in getting things to build... It would be nice if autoconf && ./configure ... && make could be used :)

@vrogier
Copy link
Owner

vrogier commented Feb 21, 2016

Hi,

It shall be now okay with latest commits (autotools updates).

Let me know if it is not the case.

Regards,

Vincent

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

No branches or pull requests

3 participants