Re: [Sqlrelay-discussion] installing problem: sqlrelay on mac os x and/or php 5.1.2
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-05-11 15:22:22
|
Hey Harald, I need to buy a mac :) I once got an older version of SQL Relay working on Mac OS X, but I don't remember what version of SQL Relay, what version of Mac OS X or what version of perl, python, php, etc. Back then, I ran Mac OS under PearPC, and though it was slow, it worked well enough for me. Since then, I upgraded my machine to a 64-bit platform and haven't gotten PearPC to work on it yet. >From that output, it looks like one of the libraries isn't getting built properly. I'd need to poke around on an actual OS X installation to see what's going on. In the second case, it looks like there's a stub library that needs to be linked in. Again, I'd need to poke around to fix it. I'll make a more concerted effort to get PearPC running again, or go buy a mac. One way or another 0.38 should support OS X. Unfortunately, you may have to wait until then. Dave dav...@fi... On Sat, 2006-04-29 at 01:09 +0200, Harald Lapp wrote: > hello, >=20 > i'm new to sqlrelay and i have several question, because > i can not get it to work on mac os x with php 5.1.2. >=20 > i've first tried sqlrelay-0.37 which compiled without any > problems but when i tried >=20 > make install >=20 > i got the following error: >=20 > make -C src install > make -C util install > ../../mkinstalldirs /usr/local/firstworks/lib > /bin/sh ../../libtool --mode=3Dinstall ../../install-sh -c > libsqlrutil.la /usr/local/firstworks/lib > libtool: install: `libsqlrutil.la' is not a valid libtool archive > Try `libtool --help --mode=3Dinstall' for more information. > make[2]: *** [install] Error 1 > make[1]: *** [install] Error 2 > make: *** [install] Error 2 >=20 >=20 > than i noticed on the mailing-list, that there's already sqlrelay-0.38-= pre1 > available. but with that version i even can't compile the php module: >=20 > /usr/bin/ld: Undefined symbols: > __array_init > __convert_to_string > __emalloc > __estrndup > __zend_list_delete > __zval_copy_ctor_func > _add_assoc_long_ex > _add_assoc_null_ex > _add_assoc_stringl_ex > _add_next_index_long > _add_next_index_null > _add_next_index_string > _add_next_index_stringl > _convert_to_array > _convert_to_double > _convert_to_long > _zend_fetch_resource > _zend_get_parameters_ex > _zend_hash_index_find > _zend_hash_num_elements > _zend_printf > _zend_register_list_destructors_ex > _zend_register_resource > _zend_wrong_param_count > collect2: ld returned 1 exit status > make[4]: *** [libsql_relay.la] Error 1 >=20 >=20 > is there anybody who runs sqlrelay with mac os x > and/or php 5.1.2? >=20 > many thanks in advance, >=20 > kind regards >=20 > Harald Lapp >=20 > -- > http://www.pixelquelle.de/ > Deine kostenlose Bilddatenbank f=C3=BCr lizenzfreie Fotos >=20 >=20 > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=12164= 2 > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion >=20 |