|
I got this issue on an FC8 server where if I search for something in yum, it finds the packages I am searching for but then when I go to install the package it says its not there...?
[hamstar@tankian ~]$ yum search pecl php-pecl-apc.i386 : APC caches ...
Started by hamstar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Best wishes, Fabian....
This happens when your local package index is getting old and new versions of packages are beeing released .
Try omitting the arch from the package spec:
[hamstar@tankian ~]$ sudo yum install php-pecl-apc
Do a yum update and try again .
|
|
I can't find httpd.conf
I am running openSuse 11, and installed apache, its started and working.
Started by JL on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
The httpd.conf file showed up at:
/etc/....
It would be
/etc/apache2/apache2.conf
/etc/apache2/httpd.conf
Alternatively you could use the find command: find /etc -name httpd.conf
Just installed the apache2 package on my 11.0 workstation.
|
|
What does this code mean?
try: import thread except ImportError: del _sys.modules[__name__]#why raise
But I can't find thread.py.
why, del _sys.modules[__name__]
Started by zjm1126 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Gt;
Where did you find this?.
|
Ask your Facebook Friends
|
For some reason in my VBA code in excel, when it gets to a line of code where i am using mid it says can't find project or library. what does this mean?
Started by every_answer_gets_a_point on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Uncheck that and your.
There you would find a reference with 'MISSING:' in front.
Gt; References'.
|
|
I have a hp deskjet 6112 connected to a windows xp box in another room. I can see it in the network on my windows 7 box but when I try and add it I get a message says that it can't find a driver and requests I browse for the INF file (the driver). I can...
Started by Chris T on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Like a lot of networked HP Printers, they haven't ... .
I also think you're referring to the 6122 series, as HP has no information on a 6112 series anywhere .
You should be able to use the alternate driver supplied with Windows Vista, see here for details .
|
|
When trying to create a build using propel-gen (propel v 1.4) I get:
[phing] Error reading project file [wrapped: Unable to open /path/to/project/build-propel.xml for reading: ]
I can't find a reference to this file in the propel documentation.
Answer Snippets (Read the full thread at stackoverflow):
Phing 2.4.x, the latest version.
What version of Phing are your using? (Run phing -v to find out).
|
|
I am obviously stupid... because I'm logged into this Windows 2003 Server box as administrator, yet when I go under Administrative Tools, I can't find "Terminal Services Manager". Terminal Services are installed... I'm using them right now... and I know...
Answer Snippets (Read the full thread at serverfault):
Have your tried tsadmin on the command line.
That is the normal place you'd find it.
Panel list...
|
|
I have a Datagrid in image below.
[url=http://www.freeimagehosting.net/][img=http://www.freeimagehosting.net/uploads/60d1ac6210.jpg][/url]
I can't find row Index in Datagridview when I call a event in DropDownList.
The code is:
protected void DescriptionOfProduct...
Started by Nahid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From there....
Then you can find your row.
Find your dropdownlist by casting the sender as a dropdownlist.
So, the parent of its parent Sellers said in his answer .
Then you can find the row by realizing that it's in a cell within a row.
|
|
I'm using a library that has a dependency on jfreechart (v 1.0.9).
When I try to run the .jar, I get:
java.util.MissingResourceException: Can't find bundle for base name org.jfree.chart.LocalizationBundle, locale en_US at java.util.ResourceBundle.throwMissingResourceException...
Started by Shane Cusson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Java.util.MissingResourceException: Can't find bundle for base name.
|
|
I'm trying to install the rails 3.0.0.beta and I'm running into this issue:
justins-mac-: justinz$ ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] justins-mac-justinz$ rails -help /Library/Ruby/Site/1.8/rubygems.rb:384:in `bin_path...
Started by JZ on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Sudo gem install railties --pre After upgrading rubygems and cleaning up you need to:
gem install railties --pre .
Try
sudo gem update --system
Since that does nothing, try
sudo gem cleanup
then reinstall .
|