Brosix on Fedora 19

Roger arelem at bigpond.com
Sun Jul 28 08:11:20 UTC 2013


On 07/28/2013 03:36 PM, Ed Greshko wrote:
> On 07/28/13 13:04, Roger wrote:
>> Trying to run Brosix.
>> rpm installed it ok  - it's in /usr/bin/brosix but will not start from the menu or terminal.
>> In terminal $ brosix
>> /usr/share/brosix/Brosix.bin: error while loading shared libraries: libv4l2.so.0: cannot open shared object file: No such file or directory
>>
>> locate libv4l2.so.0
>> /usr/lib64/libv4l2.so.0
>> /usr/lib64/libv4l2.so.0.0.0
>>
>> LD_LIBRARY_PATH=/usr/lib64
>> PATH="$PATH:/usr/bin/brozix"
>> in .bashrc does not help.
>>
>> What am I not seeing, how should this be fixed please?
>> TIA
>> Roger
> Are you talking about installing brosix_free.rpm?
>
> If you do
>
> file /usr/share/brosix/Brosix.bin
>
> Does it show up as a 32-bit binary?
>
> If so, you'll need the equivalent 32 bit libraries installed.
>
What does this do and where should it be placed?
http://pastebin.com/fFkt6pri
Seems it's for x86x64 but not very helpful.
thanks
Roger
# Modified PKGBUILD of http://aur.archlinux.org/packages.php?ID=49406 
for x86_64

 1.

    pkgver=3.1.3
 2.
    pkgrel=1
 3.
    pkgdesc="A secure softphone, instant messaging and collaboration tool"
 4.
    arch=(x86_64)
 5.
    url=http://www.brosix.com/download/linux/
 6.
    license=(unknown:non-free)
 7.
    depends=(lib32-libjpeg6 lib32-zlib lib32-libtiff4 lib32-libv4l)
 8.
    source=(http://download.brosix.com/_tmp/Brosix_free.tar.gz)
 9.
    md5sums=('fa6eb726ee843849844faec51c34c723')
10.
    install=brosix.install
11.

12.
    build()
13.
    {
14.
    tar-xvfBrosix_free.tar.gz
15.
    mvBrosix brosix
16.
    mkdirbrosix/users
17.
    touchbrosix/users/users.ini
18.
    chown-Rroot.root brosix
19.
    mkdir-p"${pkgdir}"/usr/share
20.
    mvbrosix"${pkgdir}"/usr/share/
21.
    mkdir-p"${pkgdir}"/usr/bin
22.
    USRBINFILE="${pkgdir}"/usr/bin/brosix
23.
    echo'#!/bin/bash'>"${USRBINFILE}"
24.
    echo'/usr/share/brosix/Brosix'>>"${USRBINFILE}"
25.
    chmod+x"${USRBINFILE}"
26.
    mkdir-p"${pkgdir}"/usr/share/applications
27.
    DESKTOPFILE="${pkgdir}"/usr/share/applications/brosix.desktop
28.
    echo"[Desktop Entry]">"${DESKTOPFILE}"
29.
    echo"Name=Brosix">>"${DESKTOPFILE}"
30.
    echo"Comment=Brosix">>"${DESKTOPFILE}"
31.
    echo"Exec=brosix">>"${DESKTOPFILE}"
32.
    echo"Terminal=false">>"${DESKTOPFILE}"
33.
    echo"Type=Application">>"${DESKTOPFILE}"
34.
    echo"Categories=Network;Application;">>"${DESKTOPFILE}"
35.
    }
36.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20130728/5e9b23af/attachment-0001.html>


More information about the users mailing list