[Freeswitch-users] Pathing Problem?

Amit Chaudhuri amit.k.chaudhuri at gmail.com
Sun Apr 11 09:20:57 UTC 2021


I would try and use strace to see where the system is looking when it
tries the start up.

Something along the lines of:

strace -o tracefile <command you use to start the app goes here>

Then if you look at the contents of tracefile in an editor......

You should see lots of lines but use a search to locate the attempts
to locate the files of interest. You may find it is looking everywhere
except where the file exists?

You might also want to see whether rpath has been used when building;
it may be it is expected to be in a specific location and your
instance may have been configured to run from elsewhere.

On Sat, 10 Apr 2021 at 23:54, William Colls
<william at williamcollsassoc.ca> wrote:
>
> I am trying to build a the latest production version from source.
> Everything looks OK when I I do the bootstrap/configure/make/make
> install for freeswitch, sandsp, and sofia-sip sequence, but when I try
> to start freeswitch I get an error:
>
>   error while loading shared libraries: libspandsp.so.3: cannot open
> shared object file: No such file or directory
>
> The file does exist in /usr/local/lib., owned by freeswitch:freeswitch
> as a link to libspandsp.so.3.0.0 also owned by freeswitch:freeswitch.
>
> Building on a Pine64-LTS, with Arbian's implementation of Debian Buster.
>
> Any suggestions greatly appreciated.
>
> Thanks for your time.
>
> William
>
>
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
> Build your next product on our scalable cloud platform.
>
> Join our online community to chat in real time https://signalwire.community
>
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com



More information about the FreeSWITCH-users mailing list