[opensuse-buildservice] build problem on SLES9 with libmysql
Hi Guys The following workaround is required to make freeradius build for SLES9 (i586) %if %suse_version < 920 ln -sf %{_libdir}/libmysqlclient_r.so.12 %{_libdir}/libmysqlclient_r.so ln -sf %{_libdir}/libmysqlclient_r.so.12 %{_libdir}/mysql/libmysqlclient_r.so %endif However it fails due to permissions problems on the build service. Does anyone have a suggestion for another way to solve this problem? Regards -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
On 2006-07-07 13:13:05 +0300, Peter Nixon wrote:
The following workaround is required to make freeradius build for SLES9 (i586)
%if %suse_version < 920 ln -sf %{_libdir}/libmysqlclient_r.so.12 %{_libdir}/libmysqlclient_r.so ln -sf %{_libdir}/libmysqlclient_r.so.12 %{_libdir}/mysql/libmysqlclient_r.so %endif
However it fails due to permissions problems on the build service. Does anyone have a suggestion for another way to solve this problem?
wont work. you are not allowed to build as root. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
On Fri, 2006-07-07 at 12:52 +0200, Marcus Rueckert wrote:
On 2006-07-07 13:13:05 +0300, Peter Nixon wrote:
The following workaround is required to make freeradius build for SLES9 (i586)
%if %suse_version < 920 ln -sf %{_libdir}/libmysqlclient_r.so.12 %{_libdir}/libmysqlclient_r.so ln -sf %{_libdir}/libmysqlclient_r.so.12 %{_libdir}/mysql/libmysqlclient_r.so %endif
However it fails due to permissions problems on the build service. Does anyone have a suggestion for another way to solve this problem?
wont work. you are not allowed to build as root.
Why not ? but use %__ln_s instead of ln -sf --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
On 2006-07-07 07:04:44 -0400, Jonh Arson wrote:
On Fri, 2006-07-07 at 12:52 +0200, Marcus Rueckert wrote:
wont work. you are not allowed to build as root.
Why not ? but use %__ln_s instead of ln -sf
security reasons using %__ln_s instead wont help you either. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
On Fri, Jul 07, 2006 at 01:12:56PM +0200, Marcus Rueckert wrote:
On 2006-07-07 07:04:44 -0400, Jonh Arson wrote:
On Fri, 2006-07-07 at 12:52 +0200, Marcus Rueckert wrote:
wont work. you are not allowed to build as root.
Why not ? but use %__ln_s instead of ln -sf
security reasons
It's actually also policy. Users should be able to rebuild packages without being root. Cheers, Michael. -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
participants (4)
-
Jonh Arson
-
Marcus Rueckert
-
Michael Schroeder
-
Peter Nixon