log4j:WARN No appenders could be found for logger in web.xml
location: linuxexchange.com - date: September 19, 2014
I already put the log4jConfigLocation in web.xml, but I still get the following warning:
log4j:WARN No appenders could be found for logger ⤦
⤥ (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
What did I miss?
<web-app>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/applicationContext.xml
</param-value>
</context-param>
<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/classes/log4j.properties</param-value>
</context-param>
<listener>
<listener-class>
org.springframework.web.util.Log4jConfigListener
</listener-class>
</listener>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
Debian Jessie/Xfce 4.10 no package update notifier
location: linuxquestions.com - date: February 4, 2015
Just installed Debian Jessie/Xfce 4.10 and see there is no package update notifier (little icon in upper panel). So I installed update-notifier but despite new updates coming down the pipe, no reports from this program; it remains silent. Any ideas on how to kick start it or perhaps can someone suggest an aplett alternative?
Thanks Much,
uid:0
Debian Jessie/Xfce 4.10 no package update notifier
location: linuxquestions.com - date: February 4, 2015
Just installed Debian Jessie/Xfce 4.10 and see there is no package update notifier (little icon in upper panel). So I installed update-notifier but despite new updates coming down the pipe, no reports from this program; it remains silent. Any ideas on how to kick start it or perhaps can someone suggest an aplett alternative?
Thanks Much,
uid:0
gpg: no valid OpenPGP data found
location: ubuntuforums.com - date: December 31, 2013
I am trying to install gstreamer-sdk for ubuntu 12.04
When i run this command:
Code:
wget -q -O - http://www.freedesktop.org/software/gstreamer-sdk/sdk.gpg | sudo apt-key add -
to install gpg keys,it gives me an error after some time:
Code:
gpg: no valid OpenPGP data found
Don't know what is GPG keys,and how to resolve this issue.
I have checked the proxy settings and both $http_proxy and $https_proxy are correctly set.
CentOS yum 'No package gnuradio available'
location: linuxexchange.com - date: August 12, 2014
I'm installing GNU Radio and following the instruction here
But everytime I try to do sudo yum install gnuradio, it says
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.cdnetworks.com
* extras: centos.mirror.cdnetworks.com
* updates: centos.mirror.cdnetworks.com
Setting up Install Process
No package gnuradio available.
Error: Nothing to do
It's a fresh installed CentOS 6.5 and I've never edited CentOS yum repository information. What's wrong with gnuradio? They've removed the package from yum repository?
In their website, they provide several ways to install it including PyBOMBS. But I prefer yum. Building from source is somewhat bothering me so it's the last thing I will try.
“No acceptable C compiler found” when installing APC
location:
linuxexchange.com - date:
February 13, 2012
What do I need to do to get APC to work correctly, it seems I dont have a c compiler in the correct place or something similar to that? Also once it is install how do I verify that it is running correctly?
[
[email protected]]# pecl install apc
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
54 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
config.m4:180: warning: AC_CACHE_VAL(PHP_APC_GCC_ATOMICS, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
config.m4:180: the top level
config.m4:180: warning: AC_CACHE_VAL(PHP_APC_GCC_ATOMICS, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1974: AC
No acceptable C compiler found in $PATH?
location: linuxexchange.com - date: February 9, 2010
I want to install Kannel gateway on windowsXP.For that i downloaded the cygwin and installed.After that when i want to configure the kaneel i got the following errors.I set the PATH as C:\cygwin\bin;C:\libxml2-2.6.30+.win32\bin;
Running system checks ...
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
The log file is as follows.Please provide solution.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = sreeni9
uname -m = i686
uname -r = 1.7.1(0.218/5/3)
uname -s = CYGWIN_NT-5.1
uname -v = 2009-12-07 11:48
/usr/bin/uname -p = unknow
configure gcc in RHEL5 no acceptable C compiler found in $PATH
location: linuxexchange.com - date: June 11, 2012
I want to install Apache in RHEL5. While configuring httpd-2.4.2 following error came:
configure: error: no acceptable C compiler found in $PATH
So I downloaded gcc-4.7.0 and tried configuring it. Still the same error is coming.
$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libitm support... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/httproot/gcc-4.7.0':
configure: error: no acceptable C compiler found in $PATH
Following are some of the status results:
gcc --version
bash: gcc: command not found
rpm -qi gcc
package gcc is not installed
which gcc
/usr/bin/
no acceptable C compiler found in $PATH although it is installed
location: linuxexchange.com - date: March 19, 2014
I have downloaded MINGW together with msys and the gcc compiler in order to run a program. In the MINGW console window, from within the directory of the program I want to run, I enter ./configure and some of the lines that come up are:
checking for gcc... no
checking for cc... no
checking for cl.ex... no
configure: error: no acceptable C compiler found in $PATH
I checked in the regular windows command prompt window whether the gcc compiler exists by typing
gcc --version
From within the same directory that I did ./configure mentioned above. I can see that the compiler does exist since it tells me the version, Copyright and that there is NO warranty.
So how can I locate this GCC compiler? Why is it not in my MinGW path?
"no acceptable C compiler found in $PATH" while installing berkeley db"
location: linuxquestions.com - date: June 1, 2010
Hi...there,
While installing berkeley db on linux i m getting the following error:
"configure: error: no acceptable C compiler found in $PATH"
please help me, I m installing this for postfix.
Many thanks.
surfy
please wait...
Page: 1 2 3 4 5 6 7 8 9 10