From ikorot at earthlink.net Tue Jul 1 18:05:06 2008 From: ikorot at earthlink.net (Igor Korot) Date: Tue Jul 1 18:06:11 2008 Subject: [unixODBC-dev] What is SQLWCHAR? Message-ID: <15151221.1214931906944.JavaMail.root@elwamui-wigeon.atl.sa.earthlink.net> Hi, ALL, Is my understanding correct, that SQLWCHAR in UNICODE build of unixODBC resolves itself to wchar_t*? If not what it is resolves to? Thank you. From nick at lurcher.org Tue Jul 1 18:23:05 2008 From: nick at lurcher.org (Nick Gorham) Date: Tue Jul 1 18:23:36 2008 Subject: [unixODBC-dev] What is SQLWCHAR? In-Reply-To: <15151221.1214931906944.JavaMail.root@elwamui-wigeon.atl.sa.earthlink.net> References: <15151221.1214931906944.JavaMail.root@elwamui-wigeon.atl.sa.earthlink.net> Message-ID: <486A67F9.5070509@lurcher.org> Igor Korot wrote: >Hi, ALL, > >Is my understanding correct, that SQLWCHAR in UNICODE build of unixODBC >resolves itself to wchar_t*? >If not what it is resolves to? > >Thank you. > >_______________________________________________ >unixODBC-dev mailing list >unixODBC-dev@easysoft.com >http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > > It resolves to a unsigned short, wchar_t can be 4 bytes in some implementations. -- Nick From ikorot at earthlink.net Tue Jul 1 18:44:25 2008 From: ikorot at earthlink.net (Igor Korot) Date: Tue Jul 1 18:44:36 2008 Subject: [unixODBC-dev] What is SQLWCHAR? Message-ID: <1952047.1214934266542.JavaMail.root@elwamui-wigeon.atl.sa.earthlink.net> Nick, -----Original Message----- >From: Nick Gorham >Sent: Jul 1, 2008 1:23 PM >To: Igor Korot , Development issues and topics for unixODBC >Subject: Re: [unixODBC-dev] What is SQLWCHAR? > >Igor Korot wrote: > >>Hi, ALL, >> >>Is my understanding correct, that SQLWCHAR in UNICODE build of unixODBC >>resolves itself to wchar_t*? >>If not what it is resolves to? >> >>Thank you. >> >>_______________________________________________ >>unixODBC-dev mailing list >>unixODBC-dev@easysoft.com >>http://mail.easysoft.com/mailman/listinfo/unixodbc-dev >> >> > >It resolves to a unsigned short, wchar_t can be 4 bytes in some >implementations. So, SQLWCHAR resolves itself to be the int and not the char? It's not going to change, right? Thank you. > >-- >Nick From me at sindhu-s.com Fri Jul 11 15:42:44 2008 From: me at sindhu-s.com (Sindhu S) Date: Fri Jul 11 15:42:51 2008 Subject: [unixODBC-dev] odbconfig not able to start Message-ID: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> I cannot run odbcconfig (gui) as root, it gives me the following error when i run it via konsole, am using mandriva 2008. [sindhu@localhost bin]$ ODBCConfig ODBCConfig: symbol lookup error: ODBCConfig: undefined symbol: ODBCINSTSQLManageDataSources [sindhu@localhost bin]$ ODBCConfig ODBCConfig ODBCConfig-root [sindhu@localhost bin]$ ODBCConfig-root ODBCConfig-root: symbol lookup error: ODBCConfig-root: undefined symbol: ODBCINSTSQLManageDataSources do help me with this. -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080711/0e3c922c/attachment.html From nick at lurcher.org Fri Jul 11 15:52:26 2008 From: nick at lurcher.org (Nick Gorham) Date: Fri Jul 11 15:48:51 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> Message-ID: <487773AA.7020203@lurcher.org> Sindhu S wrote: > I cannot run odbcconfig (gui) as root, it gives me the following error when >i run it via konsole, am using mandriva 2008. > >[sindhu@localhost bin]$ ODBCConfig >ODBCConfig: symbol lookup error: ODBCConfig: undefined symbol: >ODBCINSTSQLManageDataSources >[sindhu@localhost bin]$ ODBCConfig >ODBCConfig ODBCConfig-root >[sindhu@localhost bin]$ ODBCConfig-root >ODBCConfig-root: symbol lookup error: ODBCConfig-root: undefined symbol: >ODBCINSTSQLManageDataSources > >do help me with this. > > > >------------------------------------------------------------------------ > >_______________________________________________ >unixODBC-dev mailing list >unixODBC-dev@easysoft.com >http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > > I would guess that the ODBCConfig and libodbcinst.so are from different versions -- Nick From me at sindhu-s.com Fri Jul 11 15:53:34 2008 From: me at sindhu-s.com (Sindhu S) Date: Fri Jul 11 15:53:41 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <487773AA.7020203@lurcher.org> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> Message-ID: <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> is it? how am i to resolve this? On 7/11/08, Nick Gorham wrote: > > Sindhu S wrote: > > I cannot run odbcconfig (gui) as root, it gives me the following error >> when >> i run it via konsole, am using mandriva 2008. >> >> [sindhu@localhost bin]$ ODBCConfig >> ODBCConfig: symbol lookup error: ODBCConfig: undefined symbol: >> ODBCINSTSQLManageDataSources >> [sindhu@localhost bin]$ ODBCConfig >> ODBCConfig ODBCConfig-root >> [sindhu@localhost bin]$ ODBCConfig-root >> ODBCConfig-root: symbol lookup error: ODBCConfig-root: undefined symbol: >> ODBCINSTSQLManageDataSources >> >> do help me with this. >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> unixODBC-dev mailing list >> unixODBC-dev@easysoft.com >> http://mail.easysoft.com/mailman/listinfo/unixodbc-dev >> >> > I would guess that the ODBCConfig and libodbcinst.so are from different > versions > > -- > Nick > _______________________________________________ > unixODBC-dev mailing list > unixODBC-dev@easysoft.com > http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080711/c15beb05/attachment.html From nick.gorham at easysoft.com Fri Jul 11 16:09:30 2008 From: nick.gorham at easysoft.com (Nick Gorham) Date: Fri Jul 11 16:05:51 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> Message-ID: <487777AA.8080604@easysoft.com> Sindhu S wrote: >is it? how am i to resolve this? > > Built it all from source. -- Nick Gorham Easysoft Limited http://www.easysoft.com, http://www.unixODBC.org From me at sindhu-s.com Fri Jul 11 16:13:47 2008 From: me at sindhu-s.com (Sindhu S) Date: Fri Jul 11 16:13:54 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <487777AA.8080604@easysoft.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> Message-ID: <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> But I already have unixodbc installed from the urpmi, why would i need to build from source? building from source require a lot of devel files i believe, please is there no other way? why is this happening this way? On 7/11/08, Nick Gorham wrote: > > Sindhu S wrote: > > is it? how am i to resolve this? >> >> > Built it all from source. > > -- > Nick Gorham > Easysoft Limited > http://www.easysoft.com, http://www.unixODBC.org > > _______________________________________________ > unixODBC-dev mailing list > unixODBC-dev@easysoft.com > http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080711/b9ffb7be/attachment.html From nick at lurcher.org Fri Jul 11 16:46:02 2008 From: nick at lurcher.org (Nick Gorham) Date: Fri Jul 11 16:42:15 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> Message-ID: <4877803A.3070604@lurcher.org> Sindhu S wrote: >But I already have unixodbc installed from the urpmi, why would i need to >build from source? building from source require a lot of devel files i >believe, please is there no other way? why is this happening this way? > > Well, I assume (as I don't know whay you have installed, or who built it) that the app you are running requires a API entry point, thats not present in the unixODBC libraries you have on your system. -- Nick From me at sindhu-s.com Sat Jul 12 11:08:11 2008 From: me at sindhu-s.com (Sindhu S) Date: Sat Jul 12 11:08:17 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <4877803A.3070604@lurcher.org> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> Message-ID: <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> I try to compile from source but i get some error, i did .configure ---enable-gui, make, make install (as root) still the install was not successful. what i dont understand is, how all of a suddent this API entry point went missing? how do i fix it? it's just the unixodbc-gui thats not working..the unixodbc itself is working fine. On 7/11/08, Nick Gorham wrote: > > Sindhu S wrote: > > But I already have unixodbc installed from the urpmi, why would i need to >> build from source? building from source require a lot of devel files i >> believe, please is there no other way? why is this happening this way? >> >> > Well, I assume (as I don't know whay you have installed, or who built it) > that the app you are running requires a API entry point, thats not present > in the unixODBC libraries you have on your system. > > -- > Nick > _______________________________________________ > unixODBC-dev mailing list > unixODBC-dev@easysoft.com > http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080712/e556fda2/attachment.html From nick at lurcher.org Sat Jul 12 11:24:54 2008 From: nick at lurcher.org (Nick Gorham) Date: Sat Jul 12 11:14:48 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> Message-ID: <48788676.5070404@lurcher.org> Sindhu S wrote: > I try to compile from source but i get some error, i did .configure > ---enable-gui, make, make install (as root) still the install was not > successful. > Maybe if you gave us a view of the error we could suffest a fix? > what i dont understand is, how all of a suddent this API entry point > went missing? how do i fix it? it's just the unixodbc-gui thats not > working..the unixodbc itself is working fine. > Because it was only missing when something tried to use it. -- Nick From me at sindhu-s.com Sat Jul 12 12:30:13 2008 From: me at sindhu-s.com (Sindhu S) Date: Sat Jul 12 12:30:21 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <48788676.5070404@lurcher.org> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> <48788676.5070404@lurcher.org> Message-ID: <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> i gave another shot at compiling from source: here is the last part of veerbose of make /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -DENABLE_INI_CACHING -pthread -o libboundparam.la -rpath /usr/local/lib -version-info 1:0:0 -export-dynamic -module boundparam.lo helper.lo cboundtimestampparam.lo ../autotest/libgtrtstlc.la ../DriverManager/libodbc.la -lpthread gcc -shared .libs/boundparam.o .libs/helper.o .libs/cboundtimestampparam.o -Wl,--whole-archive ../autotest/.libs/libgtrtstlc.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/home/sindhu/Desktop/unixODBC-2.2.12/DriverManager/.libs -Wl,--rpath -Wl,/usr/local/lib ../DriverManager/.libs/libodbc.so -lpthread -pthread -Wl,-soname -Wl,libboundparam.so.1 -o .libs/libboundparam.so.1.0.0 (cd .libs && rm -f libboundparam.so.1 && ln -s libboundparam.so.1.0.0 libboundparam.so.1) (cd .libs && rm -f libboundparam.so && ln -s libboundparam.so.1.0.0 libboundparam.so) creating libboundparam.la (cd .libs && rm -f libboundparam.la && ln -s ../libboundparam.la libboundparam.la) make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' make[1]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' and this is the last part of the verbose of sudo make install ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' make[1]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' make[2]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' make[2]: Nothing to be done for `install-exec-am'. touch /usr/local/etc/odbcinst.ini touch /usr/local/etc/odbc.ini mkdir -p /usr/local/etc/ODBCDataSources make[2]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' how am i to fix this? On 7/12/08, Nick Gorham wrote: > > Sindhu S wrote: > > I try to compile from source but i get some error, i did .configure >> ---enable-gui, make, make install (as root) still the install was not >> successful. >> >> Maybe if you gave us a view of the error we could suffest a fix? > > what i dont understand is, how all of a suddent this API entry point went >> missing? how do i fix it? it's just the unixodbc-gui thats not working..the >> unixodbc itself is working fine. >> >> > Because it was only missing when something tried to use it. > > -- > Nick > _______________________________________________ > unixODBC-dev mailing list > unixODBC-dev@easysoft.com > http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080712/635e5770/attachment.html From nick at lurcher.org Sat Jul 12 14:55:01 2008 From: nick at lurcher.org (Nick Gorham) Date: Sat Jul 12 14:44:55 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> <48788676.5070404@lurcher.org> <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> Message-ID: <4878B7B5.5040105@lurcher.org> Sindhu S wrote: > i gave another shot at compiling from source: > > here is the last part of veerbose of make > > /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 > -DENABLE_INI_CACHING -pthread -o libboundparam.la > -rpath /usr/local/lib -version-info 1:0:0 > -export-dynamic -module boundparam.lo helper.lo > cboundtimestampparam.lo ../autotest/libgtrtstlc.la > ../DriverManager/libodbc.la > -lpthread > gcc -shared .libs/boundparam.o .libs/helper.o > .libs/cboundtimestampparam.o -Wl,--whole-archive > ../autotest/.libs/libgtrtstlc.a -Wl,--no-whole-archive -Wl,--rpath > -Wl,/home/sindhu/Desktop/unixODBC-2.2.12/DriverManager/.libs > -Wl,--rpath -Wl,/usr/local/lib ../DriverManager/.libs/libodbc.so > -lpthread -pthread -Wl,-soname -Wl,libboundparam.so.1 -o > .libs/libboundparam.so.1.0.0 > (cd .libs && rm -f libboundparam.so.1 && ln -s libboundparam.so.1.0.0 > libboundparam.so.1) > (cd .libs && rm -f libboundparam.so && ln -s libboundparam.so.1.0.0 > libboundparam.so) > creating libboundparam.la > (cd .libs && rm -f libboundparam.la && ln -s > ../libboundparam.la libboundparam.la > ) > make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' > make[1]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' > make[1]: Nothing to be done for `all-am'. > make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' > > and this is the last part of the verbose of sudo make install > > ---------------------------------------------------------------------- > Libraries have been installed in: > /usr/local/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > make[2]: Nothing to be done for `install-data-am'. > make[2]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' > make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' > make[1]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' > make[2]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' > make[2]: Nothing to be done for `install-exec-am'. > touch /usr/local/etc/odbcinst.ini > touch /usr/local/etc/odbc.ini > mkdir -p /usr/local/etc/ODBCDataSources > make[2]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' > make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' > > how am i to fix this? > Nothing to fix as I can see, its just linking instructions. Does it work? -- Nick From me at sindhu-s.com Sat Jul 12 15:03:38 2008 From: me at sindhu-s.com (Sindhu S) Date: Sat Jul 12 15:03:45 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <4878B7B5.5040105@lurcher.org> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> <48788676.5070404@lurcher.org> <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> <4878B7B5.5040105@lurcher.org> Message-ID: <1c7b58fa0807120703u42ef3be5qcd5ce09efce275eb@mail.gmail.com> no, i dont see any anything in the menu, if its compiled and done it ought to appear in the menu right? On 7/12/08, Nick Gorham wrote: > > Sindhu S wrote: > > i gave another shot at compiling from source: >> here is the last part of veerbose of make >> >> /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -DENABLE_INI_CACHING >> -pthread -o libboundparam.la -rpath >> /usr/local/lib -version-info 1:0:0 -export-dynamic -module boundparam.lo >> helper.lo cboundtimestampparam.lo ../autotest/libgtrtstlc.la < >> http://libgtrtstlc.la> ../DriverManager/libodbc.la >> -lpthread >> gcc -shared .libs/boundparam.o .libs/helper.o .libs/cboundtimestampparam.o >> -Wl,--whole-archive ../autotest/.libs/libgtrtstlc.a -Wl,--no-whole-archive >> -Wl,--rpath -Wl,/home/sindhu/Desktop/unixODBC-2.2.12/DriverManager/.libs >> -Wl,--rpath -Wl,/usr/local/lib ../DriverManager/.libs/libodbc.so -lpthread >> -pthread -Wl,-soname -Wl,libboundparam.so.1 -o .libs/libboundparam.so.1.0.0 >> (cd .libs && rm -f libboundparam.so.1 && ln -s libboundparam.so.1.0.0 >> libboundparam.so.1) >> (cd .libs && rm -f libboundparam.so && ln -s libboundparam.so.1.0.0 >> libboundparam.so) >> creating libboundparam.la >> (cd .libs && rm -f libboundparam.la && ln -s >> ../libboundparam.la libboundparam.la < >> http://libboundparam.la>) >> make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' >> make[1]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' >> make[1]: Nothing to be done for `all-am'. >> make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' >> >> and this is the last part of the verbose of sudo make install >> >> ---------------------------------------------------------------------- >> Libraries have been installed in: >> /usr/local/lib >> >> If you ever happen to want to link against installed libraries >> in a given directory, LIBDIR, you must either use libtool, and >> specify the full pathname of the library, or use the `-LLIBDIR' >> flag during linking and do at least one of the following: >> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable >> during execution >> - add LIBDIR to the `LD_RUN_PATH' environment variable >> during linking >> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag >> - have your system administrator add LIBDIR to `/etc/ld.so.conf' >> >> See any operating system documentation about shared libraries for >> more information, such as the ld(1) and ld.so(8) manual pages. >> ---------------------------------------------------------------------- >> make[2]: Nothing to be done for `install-data-am'. >> make[2]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' >> make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12/samples' >> make[1]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' >> make[2]: Entering directory `/home/sindhu/Desktop/unixODBC-2.2.12' >> make[2]: Nothing to be done for `install-exec-am'. >> touch /usr/local/etc/odbcinst.ini >> touch /usr/local/etc/odbc.ini >> mkdir -p /usr/local/etc/ODBCDataSources >> make[2]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' >> make[1]: Leaving directory `/home/sindhu/Desktop/unixODBC-2.2.12' >> >> how am i to fix this? >> >> Nothing to fix as I can see, its just linking instructions. > > Does it work? > > -- > Nick > _______________________________________________ > unixODBC-dev mailing list > unixODBC-dev@easysoft.com > http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080712/89d7171c/attachment.html From nick at lurcher.org Sat Jul 12 15:57:27 2008 From: nick at lurcher.org (Nick Gorham) Date: Sat Jul 12 15:47:21 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807120703u42ef3be5qcd5ce09efce275eb@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487773AA.7020203@lurcher.org> <1c7b58fa0807110753u4cd1cff9l5b224df78ba0f312@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> <48788676.5070404@lurcher.org> <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> <4878B7B5.5040105@lurcher.org> <1c7b58fa0807120703u42ef3be5qcd5ce09efce275eb@mail.gmail.com> Message-ID: <4878C657.1010607@lurcher.org> Sindhu S wrote: > no, i dont see any anything in the menu, if its compiled and done it > ought to appear in the menu right? No, thats down to your distribution, you will need to add it to the menu I guess. -- Nick From me at sindhu-s.com Sat Jul 12 15:50:42 2008 From: me at sindhu-s.com (Sindhu S) Date: Sat Jul 12 15:50:49 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <4878C657.1010607@lurcher.org> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <487777AA.8080604@easysoft.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> <48788676.5070404@lurcher.org> <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> <4878B7B5.5040105@lurcher.org> <1c7b58fa0807120703u42ef3be5qcd5ce09efce275eb@mail.gmail.com> <4878C657.1010607@lurcher.org> Message-ID: <1c7b58fa0807120750t20346461k84afa3127d641b40@mail.gmail.com> where am i to check that its installed ? On 7/12/08, Nick Gorham wrote: > > Sindhu S wrote: > > no, i dont see any anything in the menu, if its compiled and done it ought >> to appear in the menu right? >> > > > No, thats down to your distribution, you will need to add it to the menu I > guess. > > -- > Nick > _______________________________________________ > unixODBC-dev mailing list > unixODBC-dev@easysoft.com > http://mail.easysoft.com/mailman/listinfo/unixodbc-dev > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080712/049c69cc/attachment.html From me at sindhu-s.com Sun Jul 13 13:03:40 2008 From: me at sindhu-s.com (Sindhu S) Date: Sun Jul 13 13:03:47 2008 Subject: [unixODBC-dev] odbconfig not able to start In-Reply-To: <1c7b58fa0807120750t20346461k84afa3127d641b40@mail.gmail.com> References: <1c7b58fa0807110742i771c1069r92dfe313a41a93e7@mail.gmail.com> <1c7b58fa0807110813q1c59f4a7ya057cf488160fc45@mail.gmail.com> <4877803A.3070604@lurcher.org> <1c7b58fa0807120308v1971c2c6u7e506d9c317298cb@mail.gmail.com> <48788676.5070404@lurcher.org> <1c7b58fa0807120430rf5f85b0gf5c12a555bc83e4b@mail.gmail.com> <4878B7B5.5040105@lurcher.org> <1c7b58fa0807120703u42ef3be5qcd5ce09efce275eb@mail.gmail.com> <4878C657.1010607@lurcher.org> <1c7b58fa0807120750t20346461k84afa3127d641b40@mail.gmail.com> Message-ID: <1c7b58fa0807130503i6245f22ah629149e087950101@mail.gmail.com> never mind, i got knoda, it connects to mysql nicely, maybe i will use the cli to create dsn and all. thanks for the time. On 7/12/08, Sindhu S wrote: > > where am i to check that its installed ? > > On 7/12/08, Nick Gorham wrote: >> >> Sindhu S wrote: >> >> no, i dont see any anything in the menu, if its compiled and done it >>> ought to appear in the menu right? >>> >> >> >> No, thats down to your distribution, you will need to add it to the menu I >> guess. >> >> -- >> Nick >> _______________________________________________ >> unixODBC-dev mailing list >> unixODBC-dev@easysoft.com >> http://mail.easysoft.com/mailman/listinfo/unixodbc-dev >> > > > > -- > -Sindhu S > [http://sindhu.tumblr.com] > [http://aloysians.in] > [http://groups.google.com/group/torrentinvites] > -- -Sindhu S [http://sindhu.tumblr.com] [http://aloysians.in] [http://groups.google.com/group/torrentinvites] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080713/f7c041d2/attachment.html From ikorot at earthlink.net Sun Jul 13 22:00:55 2008 From: ikorot at earthlink.net (Igor Korot) Date: Sun Jul 13 22:01:05 2008 Subject: [unixODBC-dev] odbconfig not able to start Message-ID: <30708873.1215982855890.JavaMail.root@mswamui-chipeau.atl.sa.earthlink.net> An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080713/447487fe/attachment.html From ikorot at earthlink.net Mon Jul 14 16:27:20 2008 From: ikorot at earthlink.net (Igor Korot) Date: Mon Jul 14 16:28:08 2008 Subject: [unixODBC-dev] odbconfig not able to start Message-ID: <18922104.1216049240991.JavaMail.root@elwamui-wigeon.atl.sa.earthlink.net> An HTML attachment was scrubbed... URL: http://mail.easysoft.com/pipermail/unixodbc-dev/attachments/20080714/a001dc9a/attachment.html