Android App Development include LDAP on MAC OS X
-
IIRC, android doesn't support library versioning so ensure that you don't have a symbolic link copied to your package but a copy of the library.
-
@SGaist said in Android App Development include LDAP on MAC OS X:
IIRC, android doesn't support library versioning so ensure that you don't have a symbolic link copied to your package but a copy of the library.
I removed the links from the libraries, deleted the links and renamed the lib to its original name, but the error still appears...
-
Which one ? The missing symbol or the dlopen error ?
-
Why are you dlopening the library on Android rather than linking to it ?
-
@mkmp29 said in Android App Development include LDAP on MAC OS X:
this does the the library...
Can you rephrase that please ? I don't understand what it means at all.
-
@SGaist said in Android App Development include LDAP on MAC OS X:
@mkmp29 said in Android App Development include LDAP on MAC OS X:
this does the the library...
Can you rephrase that please ? I don't understand what it means at all.
If I get it right, he means that he links the LDAP library. That library, however, uses dlopen internally to access yet another library.
-
Then this stackoverflow thread might help.