linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone on iPAQ 5450 | config file not found


From: Frank H.
Subject: Re: [Linphone-users] Linphone on iPAQ 5450 | config file not found
Date: Sat, 6 Dec 2003 20:14:04 -0800

It is bug in the support/uglib.c.

g_lib_test (...)
{
    return access(filename, F_OK) == 0;
}

The "!=" has changed to "=="">

Frankcch


----- Original Message ----- 
From: "Simon MORLAT" <address@hidden>
To: <address@hidden>
Cc: <address@hidden>
Sent: Friday, December 05, 2003 4:48 AM
Subject: Re: [Linphone-users] Linphone on iPAQ 5450 | config file not found


> sorry: not uglib/uglib.c but support/uglib.c
> Simon
>
>
> address@hidden wrote:
>
> >Hello List,
> >
> >I installed the linphone-0.12.1 ipkg binary on my iPAQ 5450 running
Familiar 0.7.2 (latest version). I copied the /usr/share/linphonec/linphonec
to /root/.linphonec and tried running linphonec. It throws an error saying
cannot open config file. I tried -
> >
> >linphonec -c /usr/local/linphonec/linphonec
> >
> >and it again complained "Cannot open config file". So it does not seem to
like the config file that came with the package itself. Also even using the
maximum debugging "-d 6" did not give any useful information.
> >
> >I had a look at the linphonec.c source code and it appears to be failing
at g_file_test (I could not locate this method - but I will try again).
Anyone can through any light on this?
> >
> >Thanks,
> >
> >Dhiraj Bhuyan
> >Network Security Specialist,
> >BT Exact Business Assurance Solutions
> >
> >Tel:   +44 1473 643932
> >Mob:   +44 7962 012145
> >Email: address@hidden
> >
> >
> >_______________________________________________
> >Linphone-users mailing list
> >address@hidden
> >http://mail.nongnu.org/mailman/listinfo/linphone-users
> >
> >
> >
> >
>
>
>
>
> _______________________________________________
> Linphone-users mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/linphone-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]