Ice and IcePHP for OpenSuse13.1

in Help Center
Hay,
I tried to install ice on my open suse 13.1 server but i can't find an rpm. After that I tried to compile ice.
I used these guide: Ice - Mumble
But my problem is at the last step:
The ouput in my console is:
What is wrong, where is my misstake?
Thanks.
I tried to install ice on my open suse 13.1 server but i can't find an rpm. After that I tried to compile ice.
I used these guide: Ice - Mumble
But my problem is at the last step:
4. At this point, Ice should be available to your language (in this case, Ruby): $ irb irb(main):001:0> require 'Ice' => true
The ouput in my console is:
irb irb(main):001:0> require 'Ice' LoadError: libIce.so.35: cannot open shared object file: No such file or directory - /opt/Ice-3.5.1/ruby/IceRuby.so from /usr/lib64/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from /usr/lib64/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from /opt/Ice-3.5.1/ruby/Ice.rb:10:in `<top (required)>' from /usr/lib64/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from /usr/lib64/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from (irb):1 from /usr/bin/irb:12:in `<main>'
What is wrong, where is my misstake?
Thanks.
0
Comments
If you want to build Ice from sources is best to follow our documentation, Building Ice from Source
As for your error seems you have not configured your environment correctly, see Building Ice for Ruby - Ice 3.5 - ZeroC
after a few month , I tried a second time , to build ice and ice -php from source . But make stops withe these output:
Thanks a lot for helping.
I use make 3.82-160.2.1 from officel OpenSuse repo.
and then attach the typescript file to this thread?
I attached the output of make. Thanks a lot
Attachment not found.
If the file exists check that is the same as in Ice-3.5.1.tar.gz archive from our download page.
Otherwise can you run the commands again but with -d to get full debug output
if I redownload the ice .zip, there is the same error. After that I tried the .tar.gz, and it works.
To finisch the installation, I used the make install command, but it seems ice doesn't work.
As for your new problem the default installs copy binaries to /opt/Ice-3.5, but PHP will not be able to find libIce.so.35 there unless you add /opt/Ice-3.5/lib64 to your system library path.