Discussion:
mico for Mac OSX 10.3
Ed Johnson
2008-05-23 20:03:41 UTC
Permalink
Greetings,

I am trying to install mico-2.3.12 on this system:

Darwin 7.9.0 Darwin Kernel Version 7.9.0:
root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
ProductName: Mac OS X
ProductVersion: 10.3.9
BuildVersion: 7W98

It appears I have encountered the same issues discussed here in
February 2007. Specifically, I see these messages
during linking:

ld: Undefined symbols:
_BIO_ctrl
_BIO_new
_CRYPTO_num_locks
_CRYPTO_set_id_callback
_CRYPTO_set_locking_callback
_ERR_print_errors_fp
_OBJ_txt2nid
_SSL_CIPHER_get_name
.
.
.
_SSL_write
_SSLv23_method
_X509_NAME_get_text_by_NID
_X509_NAME_oneline
_X509_STORE_CTX_get_error
_X509_STORE_CTX_get_error_depth
_X509_free
_X509_get_issuer_name
_X509_get_subject_name
_X509_verify_cert_error_string
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libmico2.3.12.dylib] Error 1
make: *** [system] Error 1

In the February 2007 discussion, the suggestion was to use the fink
distribution:

http://pdb.finkproject.org/pdb/package.php/mico

However, it appears that a 10.3 distribution is not available.

What are your recommendations?

Thanks,
ej
Karel Gardas
2008-06-30 11:19:04 UTC
Permalink
Ed,

it seems nobody here does have your platform at hand. Could you be so
kind and provide us with config.log and include/mico/config.h files
which are generated by the configure script. Also configure run output
is handy.

Thanks,
Karel
Post by Ed Johnson
Greetings,
root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
ProductName: Mac OS X
ProductVersion: 10.3.9
BuildVersion: 7W98
It appears I have encountered the same issues discussed here in February
2007. Specifically, I see these messages
_BIO_ctrl
_BIO_new
_CRYPTO_num_locks
_CRYPTO_set_id_callback
_CRYPTO_set_locking_callback
_ERR_print_errors_fp
_OBJ_txt2nid
_SSL_CIPHER_get_name
.
.
.
_SSL_write
_SSLv23_method
_X509_NAME_get_text_by_NID
_X509_NAME_oneline
_X509_STORE_CTX_get_error
_X509_STORE_CTX_get_error_depth
_X509_free
_X509_get_issuer_name
_X509_get_subject_name
_X509_verify_cert_error_string
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libmico2.3.12.dylib] Error 1
make: *** [system] Error 1
In the February 2007 discussion, the suggestion was to use the fink
http://pdb.finkproject.org/pdb/package.php/mico
However, it appears that a 10.3 distribution is not available.
What are your recommendations?
Thanks,
ej
_______________________________________________
Mico-devel mailing list
http://www.mico.org/mailman/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Ashish Kumar Sharma
2008-07-04 07:04:16 UTC
Permalink
Hello Ed & Karel

We also encounter this problem. For the immediate fix, after running
configure, edit the $(MICO_ROOT)/orb/makefile and append -lcrypto -lssl
to the $(LDSO) line.

Regards
Ashish

-----Original Message-----
From: mico-devel-***@mico.org [mailto:mico-devel-***@mico.org]
On Behalf Of Karel Gardas
Sent: Monday, June 30, 2008 4:49 PM
To: Ed Johnson
Cc: mico-***@mico.org
Subject: Re: [mico-devel] mico for Mac OSX 10.3


Ed,

it seems nobody here does have your platform at hand. Could you be so
kind and provide us with config.log and include/mico/config.h files
which are generated by the configure script. Also configure run output
is handy.

Thanks,
Karel
Post by Ed Johnson
Greetings,
root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
ProductName: Mac OS X
ProductVersion: 10.3.9
BuildVersion: 7W98
It appears I have encountered the same issues discussed here in February
2007. Specifically, I see these messages
_BIO_ctrl
_BIO_new
_CRYPTO_num_locks
_CRYPTO_set_id_callback
_CRYPTO_set_locking_callback
_ERR_print_errors_fp
_OBJ_txt2nid
_SSL_CIPHER_get_name
.
.
.
_SSL_write
_SSLv23_method
_X509_NAME_get_text_by_NID
_X509_NAME_oneline
_X509_STORE_CTX_get_error
_X509_STORE_CTX_get_error_depth
_X509_free
_X509_get_issuer_name
_X509_get_subject_name
_X509_verify_cert_error_string
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libmico2.3.12.dylib] Error 1
make: *** [system] Error 1
In the February 2007 discussion, the suggestion was to use the fink
http://pdb.finkproject.org/pdb/package.php/mico
However, it appears that a 10.3 distribution is not available.
What are your recommendations?
Thanks,
ej
_______________________________________________
Mico-devel mailing list
http://www.mico.org/mailman/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Loading...