search for: libmcrypt

Displaying 19 results from an estimated 19 matches for "libmcrypt".

Did you mean: libcrypt
2015 Jul 10
1
mcrypt 2.6.8 on centos 6
I downloaded mcyrpt 2.6.8, untar, cd into the tree and did ./configure and I get errors. checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for libmcrypt-config... no checking for libmcrypt - version >= 2.5.0... no *** Could not run libmcrypt test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means LIBMCRYPT was incorrectly installed *** or that...
2005 Jun 06
2
PHP mcrypt
Hi, Could someone tell me how I'd go about compiling php with mcrypt support from src.rpm? ie. configure -with-mcrypt[=DIR] Is it just a matter of calling rpmbuild --rebuild src.rpm --with=mcrypt ? Cheers, MaZe.
2007 Oct 10
2
autoreconf errors with latest git
Hi, autoreconf -i -f which is called by autogen.sh gives these errors with git 31c9f0582260817777348c96a3576e5955f44ab3: rm at eurasia:~/swfdec/swfdec$ autoreconf -i -f /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)E...
2016 May 17
3
CentosPlus
...;redirect=Repositories%2FCentOSPlus#head-a94637ae716c01023f633e8b5fb840f555f6d378 > Why not leave all the extra repos disabled, say sed -i -e 's/^enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo and manually enable it when you need to get a package from said repo: yum install -y libmcrypt --enablerepo=epel > HTH, HAND, > -- > Charles > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
2006 Jun 16
1
building dovecot lda on solaris 9
Trying to build the latest CVS code of LDA against dovecot beta 9. Running autogen script I'm getting this message. I added the contents of /usr/local/share/aclocal/ to /usr/local/share/libtool/libltdl/aclocal.m4 #aclocaldir = /usr/local/share/aclocal/ aclocal_DATA = libmcrypt.m4 libtool.m4 ltdl.m4 but no luck. any advise ? /usr/local/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autom4te: unknown language...
2016 May 19
1
CentosPlus
...Why not leave all the extra repos disabled, say >>> >>> sed -i -e 's/^enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo >>> >>> and manually enable it when you need to get a package from said >>> repo: >>> >>> yum install -y libmcrypt --enablerepo=epel >>> >> >> Doing this means you won't get notified of updates in that repo. >> This is >> not a good idea. > > I see your point since you can setup repo priorities >> _______________________________________________ >> Cen...
2015 Jul 11
2
Using gpg to encrypt a URL line on CentOS 6.
Is there a way to use GPG to encrypt a URL line with parameters ? I was looking at libmcrypt also but it is not part of CentOS. I have found examples for mcrypt but not for gpg. Thoughts? Thanks. jerry
2016 May 18
0
CentosPlus
...ead-a94637ae716c01023f633e8b5fb840f555f6d378 > > > Why not leave all the extra repos disabled, say > > sed -i -e 's/^enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo > > and manually enable it when you need to get a package from said repo: > > yum install -y libmcrypt --enablerepo=epel > Doing this means you won't get notified of updates in that repo. This is not a good idea.
2009 Oct 29
1
time to refactor AdditionalResources/Repositories ?
...index.php ) ... snipped ... + ---- * '''Jason Litka - Utter Ramblings Repository''' - (See http://www.jasonlitka.com/yum-repository/) Updated web stack and other applications for EL4 and EL5 that will replace core packages. Includes apr, apr-util, freetds, httpd, libmcrypt, mhash, mod evasive, mod perl, mod python, mod security, mysql, mysqlclient10, mysqlclient14, pcre, perl-BSD-Resource, php, php-apc, php-eaccelerator, php-memcache, php-pear, php-xcache, subversion, tidy. Suggest caution if using this repo due to replacement of core packages. (back to herrold:)...
2007 Sep 01
1
cannot find mcrypt rpm
Hi, I need this to install for a new ecommerce store I want to test out: mcrypt for extension=php_mcrypt.dll in php.ini Do you know where I can get this rpm? I cannot find it on the CentOS repository. I am using php 5.2.3-4 and mysql 4.1.20 on CentOS 4.3. Thank you! Sincerely, Melinda Odom Design Hosting, Inc. www.designhosting.biz 479-471-0891 No virus found in this outgoing message.
2011 Apr 26
0
Build Environment
...v_convience_init' this is due to the inability to link against libnetapi.so.0 since the library is not built. Looking at bin/ libnetapi.a is built but no libnetapi.so.0 is built. This was done in from the Source3 directory. In attempts to get a successful build manually installing the cups, libmcrypt, libiconv, and pthread libraries allowed for the compiling process to make it a little farther. However even after doing this the build failed when trying to link shared library bin/libsmbclient.so.0. The reason given for this failure was because the compiler could not find -lpthread, even after th...
2016 May 17
2
CentosPlus
Has anybody enabled this repo? I understand that it can really mess up updates and upgrades as the dependencies are rather different.
2011 Sep 04
4
Centos 5.6 Implications of PGP53 ?
If one stays with Centos 5.x (currently on 5.6) is the problem/enhancement/incompatibility involving PHP53 likely to be resolved by general updates and/or the introduction of Centos 5.7 ? Paul.
2006 Nov 09
3
php-mcrypt extension
I see that there are a plethora of php extensions available as rpms, from the centos repositories, but not the php-mcrypt extension. I'm trying to stick to an rpm-only system and haven't found one that provides this, yet, for my 4.4 system. Is there any plan to add this to the repository in the near future (if at all)? Does anyone know where I can get it, otherwise? I see there is one for
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again, I've succeeded in compiling the svn trunk with the automake tools and wish to say thank you to Charles Lepple for his help. After fixing some parameters in the hotplug script I can now get access to the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the usermap). I've decided to try the newhidups driver with -x generic parameter and got this response :
2013 Jan 09
5
R encrypt/decrypt
Hello, I am working on a web system (php) that uses R in the backend, and we need some basic fast encryption/decryption for the underlying mysql database that can be used by both R AND php. It does not need to be top-of-the-line, but just provide some basic level of fast encryption/decryption. Any suggestions? Thank you, Ramiro [[alternative HTML version deleted]]
2006 Dec 05
4
4.4/64-bit Supermicro/ Nvidia Sata RAID Driver
Hi, I am installing Centos ServerCD 4.4 64-bit on a new Supermicro board, the RAID BIOS looks fine, RAID 5, all 4 Seagate ES 250 GB drives show up as a single array in the RAID BIOS tool, and the OS install phase completes without a hitch. One thing I noticed was that the OS was loading the sata_nv driver and picking up the 4 Sata drives instead of the large RAID5 volume, it should just
2014 Dec 13
3
CentOS forum search link in http://wiki.centos.org/AdditionalResources/Repositories under Atomic Repo
[ https://www.centos.org/search.php?query=atomicorp&mid=30&action=showall&andor=AND forum search] returns a 404. Can the forum search https://www.centos.org/forums/search.php? be used with parameters that will provide the supporting material for the warning "Many CentOS users have had problems after enabling this repo"? -------------- next part -------------- An HTML
2003 Apr 23
1
Compaq ML350 hangs very strange
...System -- a color management library libart_lgpl2-2.3.10 Library for high-performance 2D graphics libaudiofile-0.2.3 A sound library for SGI audio file libgnugetopt-1.2 GNU getopt library libiconv-1.8_2 A character set conversion library libmcal-0.7 Modular Calendar Access Library libmcrypt-2.5.5 Multi-cipher cryptographic library (used in PHP3) libmcve-3.0 Library to allow credit card processing through MCVE libmng-1.0.4 Multiple-image Network Graphics (MNG) reference library libtool-1.3.4_4 Generic shared library support script lynx-ssl-2.8.4.1c A non-graphi...