PDA

View Full Version : [ubuntu] configure: error: Package requirements (ortp)



Wael.A.ELbreky
June 27th, 2011, 06:42 AM
how can i solve this error?


configure: error: Package requirements (ortp) were not met:

No package 'ortp' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ORTP_CFLAGS
and ORTP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

thanks in advanced

jerrrys
June 27th, 2011, 09:38 AM
what package are you trying to install that requires this?

Wael.A.ELbreky
June 28th, 2011, 07:42 PM
what package are you trying to install that requires this?


i want to run the code of open BTS and when i make ./configure this error appear.

oldos2er
June 28th, 2011, 08:35 PM
how can i solve this error?


configure: error: Package requirements (ortp) were not met:

No package 'ortp' found

It's probably looking for libortp-dev

Wael.A.ELbreky
June 29th, 2011, 03:18 PM
It's probably looking for libortp-dev



thanks alot