kayvonf820 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

change libz.so.1.2.3 to libz.so.1 #256

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
do not use libz.so.1.2.3 in misc/Google.GData.Client.dll.config.
true use libz.so.1

subst 's,libz.so.1.2.3,libz.so.1,g' misc/Google.GData.Client.dll.config

Original issue reported on code.google.com by A.Shaba...@gmail.com on 18 Jun 2009 at 3:04

GoogleCodeExporter commented 8 years ago
as this is not my cup of tea, i do not work on linux (Mac person here)  you 
need to educate me why that change 
is good....

Original comment by fman...@gmail.com on 6 Jul 2009 at 12:00

GoogleCodeExporter commented 8 years ago
in dll.config need use major version of library for all libs(not only libz), 
not full
name. Major version(libz.so.1) is the symlink to the full version 
(libz.so.1.2.3)
In my linux system have:
package zlib:
/lib/libz.so.1.2.3
/lib/libz.so.1 - symlink to /lib/libz.so.1.2.3
package zlib-devel:
/lib/libz.so - symlink to /lib/libz.so.1

For example, next release of zlib will contain libz.so.1.2.4 or libz.so.1.3.0, 
but
symlink libz.so.1 will show to this library. 

Original comment by A.Shaba...@gmail.com on 6 Jul 2009 at 12:24

GoogleCodeExporter commented 8 years ago
ok, should be done (it is submitted to subversion). Please verify.

Original comment by fman...@gmail.com on 18 Aug 2009 at 9:23