not able to find comerr-dev_2.1-1.41.12-1ubuntu2_i386.deb deian - ubuntu-10.10

I am trying to install php-5.2.8 in Ubuntu 10.10 but installation process does not have comerr-dev_2.1-1.41.12-1ubuntu2_i386.deb and stopping my php installation
alternative I tried installing comerr-dev_2.1-1.41.14-1ubuntu3_i386.deb and comerr-dev_2.1-1.41.12-4stable1_i386.deb but its not compatible .I need comerr-dev_2.1-1.41.12-1ubuntu2_i386.deb or source code so that i can build deb from that code.
help me out .thanks in advance

Please find the link to download comerr-dev_2.1-1.41.12-1ubuntu2_i386.deb straight from Launchpad.net (this is for Ubuntu Maverick).

Related

Installing libsodium in MAMP environment

I'm trying to install libsodium (following this guide https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium). When I attempt to use pecl install libsodium, I get the following result:
Build process completed successfully
Installing '/usr/lib/php/extensions/no-debug-non-zts-20121212/libsodium.so'
ERROR: failed to write /usr/lib/php/extensions/no-debug-non-zts-20121212/libsodium.so (copy(/usr/lib/php/extensions/no-debug-non-zts-20121212/libsodium.so): failed to open stream: Operation not permitted)
Can anyone tell me why this isn't working, and how I can overcome it?
I installed libsodium on MAMP using PECL.
It's easy when everything is configured.
Basically you just need to
check this checkbox on MAMP > PHP. Make sure to open a new terminal tab or restart it to make effect.
Run pecl install libsodium and follow the latest instruction
Troubleshooting
I faced an issue related to GNU (autom4te: need GNU m4 1.4 or later: /Applications/MAMP/Library/bin/m4) when trying to install with PECL.
I solved it by following these steps after brew install m4.
Also, make sure xcode is installed and using latest versions (xcode-select --install).
I hope it helps.

collectd-how to install write_riemann plugin

I'm new to collectd and Riemann. Im essentially trying to direct collectd logs to a riemann server instance. I understand that I need write_riemann plugin installed. I tried compiling the source files for write_riemann available online, but it includes a file called "riemann.pb-c.h", which is no where to be found. Please help!
Download the binary. After running the build script, while running the configure script include "--enable-write_riemann", this should install it. I had a lot of dependencies missing on CentOS, which threw a lot of errors. Once they were installed, write_riemann plugin was compiled and installed. Another issue you might face while installing the dependency is not able to find the right packages for protobuf-c.I was using yum package installer. Go to sudo vi /etc/yum.repos.d/epel.repo and change enabled from 0 to 1. After this, the protobuf-c processor was recognised while running the configure script. This solved my issue. Hope it does yours too!

How to Install ROUGE In Ubuntu

Although there is good description of how to Set Up ROUGE evaluation , i could not get any place where the installation was described completely.
Basically, the trick is in the successful installation of the perl modules.
I am providing the download and installing links as well.
First Download ROUGE.
Install perl.
Install Synaptic Package manager for installing XML::DOM
libxml-dom-perl
The good thing is that synaptic package manager will install extra Perl modules that are required by XML::DOM. Many times people get stuck at how to install the XML::DOM.
Hope this helps. Any suggestions are welcomed.
You can also try the Java version of ROUGE if the perl version does not work. The documentation and download links can be found here: http://kavita-ganesan.com/content/rouge-2.0

symfony plugin installation fails on windows because it is "unable to unpack" the tgz

I tried to install the sfTaskExtraPlugin using
symfony plugin:install sfTaskExtraPlugin
and received
Installation of "sfTaskExtraPlugin" plugin failed: unable to unpack (...)sfTaskExtraPlugin-1.3.3.tgz
I know I can simply install it manually by unpacking it to the plugin directory and including it into the ProjectConfiguration.
But I would like to be able to install all that is possible through the installer, as it is way more comfortable.
My system details: symfony 1.4 on Windows 7 (64 bit) with XAMPP 1.7.4.
Thanks!
Not an expert on this but my guess is that you're missing a utility/program that would allow Windows to unpack the tgz file. I'd Google around, install the relevant utility(ies) and try again.
I'm using the exact same setup as you as my dev environment and don't have that problem.
I have same problem and I have no solution.
One solution is: try again and again and again. It should work! :)
I'm not kidding. To install symfony 1.4.8 via pear on my Windows7 by using xampp 1.7.4 I just stupidly repeated installation.

How to install Doxygen GUI on Ubuntu?

I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?
In Debian the package is called doxygen-gui. It must be the same in Ubuntu, so try sudo apt-get install doxygen-gui.
Edit : apparently, doxygen-gui doesn't exist in Karmic. Try any other repo ? http://packages.ubuntu.com/search?keywords=doxygen-gui
apt-file search doxywizard
is a good way to answer this type of question, and leads directly to doxygen-gui.
I installed the older package from Jaunty on Karmic. I believe it was from this link: http://packages.ubuntu.com/en/jaunty/doxygen-gui YMMV.
Yes, and from what I've read it will become available again in Ubuntu Lucid Lynx , 10.04
(see: https://launchpad.net/ubuntu/+source/doxygen/1.6.2-0ubuntu1 )
Downloaded .deb-file from :
https:// launchpad.net/ubuntu/lucid/i386/doxygen-gui/1.6.2-1
But that needs some libqt4-xml version higher then the jaunty jackalope 9.10 repository .
Guess we'll have to wait a bit .
if you use eclipse there is a plugin called eclox which would do the trick.
(tested it in ubuntu 9.04)