[opensuse] libcurl static library
Hi, Is it intended that the libcurl-devel does not contain the static library ? Can it be found in another package ? I was playing around with the roadsend php compiler, and nedded the static libcurl library to compile staticly linked php applications. Best regards Sylvester Lykkehus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Sylvester Lykkehus wrote:
Hi,
Is it intended that the libcurl-devel does not contain the static library ? Can it be found in another package ? I was playing around with the roadsend php compiler, and nedded the static libcurl library to compile staticly linked php applications.
Best regards Sylvester Lykkehus
Yes, it is intended due to security reason (you cannot update simple bug in libcurl if you link it static). What I suggest for you is compile it own from sources or use libcurl spec file and remove line which remove static library and regenerate rpm. JR -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2009-01-27 14:04, Josef Reidinger wrote:
Sylvester Lykkehus wrote:
Hi,
Is it intended that the libcurl-devel does not contain the static library ? Can it be found in another package ? I was playing around with the roadsend php compiler, and nedded the static libcurl library to compile staticly linked php applications.
Best regards Sylvester Lykkehus
Yes, it is intended due to security reason (you cannot update simple bug in libcurl if you link it static). What I suggest for you is compile it own from sources or use libcurl spec file and remove line which remove static library and regenerate rpm. JR
Thanks for the swift reply. /Sylvester -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2009-01-27 14:06, Sylvester Lykkehus wrote:
On 2009-01-27 14:04, Josef Reidinger wrote:
Sylvester Lykkehus wrote:
Hi,
Is it intended that the libcurl-devel does not contain the static library ? Can it be found in another package ? I was playing around with the roadsend php compiler, and nedded the static libcurl library to compile staticly linked php applications.
Best regards Sylvester Lykkehus
Yes, it is intended due to security reason (you cannot update simple bug in libcurl if you link it static). What I suggest for you is compile it own from sources or use libcurl spec file and remove line which remove static library and regenerate rpm. JR
Side-question: If i were to rebuild, where did 11.1/repo/src-oss go on the repositories ?
Thanks for the swift reply.
/Sylvester
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2009-01-27 14:12, Sylvester Lykkehus wrote:
On 2009-01-27 14:06, Sylvester Lykkehus wrote:
On 2009-01-27 14:04, Josef Reidinger wrote:
Sylvester Lykkehus wrote:
Hi,
Is it intended that the libcurl-devel does not contain the static library ? Can it be found in another package ? I was playing around with the roadsend php compiler, and nedded the static libcurl library to compile staticly linked php applications.
Best regards Sylvester Lykkehus
Yes, it is intended due to security reason (you cannot update simple bug in libcurl if you link it static). What I suggest for you is compile it own from sources or use libcurl spec file and remove line which remove static library and regenerate rpm. JR
Side-question: If i were to rebuild, where did 11.1/repo/src-oss go on the repositories ?
Found it, http://download.opensuse.org/source/distribution/11.1/repo/oss/ Perhaps http://www.novell.com/products/opensuse/source_code.html should be updated, it is the first hit for "opensuse 11.1 source" on google.
Thanks for the swift reply.
/Sylvester
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Sylvester Lykkehus escribió:
Hi,
Is it intended that the libcurl-devel does not contain the static library ?
Yes.
Can it be found in another package ?
No.
I was playing around with the roadsend php compiler, and nedded the static libcurl library to compile staticly linked php applications.
please read: http://people.redhat.com/drepper/no_static_linking.html -- "We have art in order not to die of the truth" - Friedrich Nietzsche Cristian Rodríguez R. Software Developer Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/
participants (3)
-
Cristian Rodríguez
-
Josef Reidinger
-
Sylvester Lykkehus