similar to: Finding perl-MIME-Base64

Displaying 20 results from an estimated 9000 matches similar to: "Finding perl-MIME-Base64"

2007 Jun 26
2
TinyCA2 on rpmforge EL4 but not EL5
I want to install TinyCA2 on my Centos5 setup. I had a real learning experience the last time around (last year, July) and in the end, I got the repo down from Dag's site and was cool. Now I am on Centos 5 and no TinyCA2. Can I just download the EL4 rpm from: http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repoview/tinyca2-0-0.7.5-2.el4.rf.html and do a yum localinstall ? Or do I have
2006 Mar 12
1
Missing Dependencies
I finally got to installing TinyCA2 but have some dependency problems: yum localinstall tinyca2-0.7.2-0.noarch.rpm --> Processing Dependency: perl-Gtk2 for package: tinyca2 --> Processing Dependency: perl-MIME-Base64 for package: tinyca2 --> Finished Dependency Resolution Error: Missing Dependency: perl-Gtk2 is needed by package tinyca2 Error: Missing Dependency: perl-MIME-Base64 is
2006 Mar 08
2
TinyCA2 on Centos
http://tinyca.sm-zone.net/ has the following: "RPM for SuSE Linux 9.3 : <http://tinyca.sm-zone.net/tinyca2-0.7.2-0.noarch.rpm>tinyca2-0.7.2-0.noarch.rpm (Should work with the most current distributions) " Will this RPM work on Centos 4.2? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
In my seeking a managable way to build libtiff, on the Asterfax forum I got the following recommendation (from another fax user that made the move to libtiff 3.8.2): ================================================================ Hi Robert, I have compiled libtiff-3.8.2 from the source package for my Fedora Core 4 machine. I am not sure about CentOS, but I think you can try to do the same
2009 Apr 24
4
Certificate system
Hi all, Can anybody inform me wether the "RedHat Certificate System" or actually a CentOS equivalent is available for CentOS. Just skimmed on a download site through the RPM's for 5.3 and I couldn't find it. According to their pressrelease, it the code should be gpl, allthough I can't find any rpm for RH, FC or Centos. It seems that this is one of the few CA-packages for
2016 Nov 15
3
SHA256 + base64 fingerprint format
Hi, I'm now adding fingerprint format method to golang crypt library. Here is the change set for it: https://go-review.googlesource.com/#/c/32814/ I'd like to make sure why the trailing "=" is removed from the result of base64. Does anybody know? Thank you! Ryuzo Yamamoto
2012 Oct 15
2
base64 within module
I have to convert a string in base64 before placing it inside a template with puppet. Is there a function available and how? Thanks Luca -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/ZgLjlG_IeI4J. To post to this group, send email to
2018 Jul 04
5
classicupgrade questions
I am trying to do a classicupgrade.  (This is not 1st try, I went through it once time already; then I deleted all data and trying it again, with questions now.) Command samba-tool domain classicupgrade --dbdir=/etc/samba.PDC/ --realm=ad.nemuh.cz --dns-backend=BIND9_DLZ /etc/samba.PDC/smb.PDC.conf Problem a) ... init_sam_from_ldap: Entry found for user: pc0027$ init_sam_from_ldap: Failed to
2007 Mar 08
1
RubyRails ActiveRecord base64 encode/decode of binary data
Hi, I have binary images stored in a table which I wish to encode/decode with base64 before reading into html object: <object data="data:image/foo;base64, ..base64 data.." />. How can I do this in RubyRails? -- Regards Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2015 Mar 02
2
Attributes are base64 encoded
Hello, I've added a samba4 as a second DC in a network where the first DC is a Win2k8R2. The join seems to run smoothly. But after the join an ldapsearch -LLL -x -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap_priv%2Fldapi on the samba, return some strage things: ? some attributes like unicodePwd and supplementalCredentials are missing ? lots of attributes are base64 encode (ex: memberOf::
2008 Feb 18
3
Displaying a base64-encoded image within an rhtml template
I''m working on generating FedEx labels for quick & easy shipping. FedEx returns the label as a base64-encoded string. Assuming that ''match'' is the base64 string containing the label data, here is what I have to display the image: send_data image, :filename => ''fedex_shipping_label.png'', :type => ''image/png'', :disposition
2007 Aug 06
3
base64 image
Hi all, is there any way to load a base64 converted image using classes such as Image or Bitmap? Thank you, fabio. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Mar 01
1
Checking out yum localinstall before installing
I want to just see what will happen (ie success, or some dependencies still cannot be met) with: yum localinstall whatever.rpm I ASSuME (I have googled for this, but it is not clear) that localinstall will take the rpm, install it, and go to the yum repro to meet any outstanding dependencies. I just want to test this right now, not actually do it. I want to know what yum would install from
2008 Jun 17
3
Help with error - uninitialized constant AuthenticatedSystem::Base64
I am using restful_Authentication plugin combined with the built-in http_basic authentication Rails 2.0.2 The following code in my controller seemed to work fine, 1. before_filter :authenticate 2. 3. def authenticate 4. case request.format 5. when Mime::XML, Mime::ATOM 6. if user = authenticate_with_http_basic { |name, pass| User.authenticate(name,
2017 Aug 30
1
non-standard base64 functions in tinc 1.1
I noticed that the base64 functions in util.c don't produce the same results as other versions that implement RFC 1421 (and its successors). This results in PEM files that can only be decoded by tinc itself. Is this intentional? Below is a diff to make tinc's base64 functions match what everyone else does. This will break existing key files, though, which is unfortunate. - todd diff
2017 Mar 06
2
base64 response for websockets
I'm trying to generate the correct response to a websocket connect. The websocket connect is: GET /chat HTTP/1.1 Host: example.com:8000 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Version: 13 So I take the Sec-WebSocket-Key above and add the extra part and put that in /tmp/sha1 dGhlIHNhbXBsZSBub25jZQ==258EAFA5-E914-47DA-95CA-C5AB0DC85B11
2008 Apr 15
1
base64 ALBUMART vorbiscomment (was Re: [ogg-dev] Ogg/Spots and Ogg/MNG)
Beside that, multiplexed logical streams suffer from pretty bad software / hardware support, isn't it? It's better to display album art as text if the player doesn't recognize the base64 album art, than being unable to even play the file. ----- Urspr?ngliche Mail ---- Von: Kyungjun Lee <kjoonlee at gmail.com> An: xiphmont at xiph.org CC: vorbis-dev at xiph.org Gesendet:
2007 Dec 03
1
depcryption and base64
Just wondering is anyone can explain this code to me: Base64.encode64(@key.send("#{key_type}_encrypt", text)) I have this code the encrypts some information. This part seems to work fine. I using some software on the back end that I have written in VB to decrypt it and it seems to have issues. So I just wanted to make sure that the code i have written in Ruby does what I think it does,
2008 Apr 16
2
base64 decoding failed!
Dear all, > I hav installed recoll based on xapian. > when i run recollindex command it throws following error: > > "mh_mail.cpp: 162: decodeBody: base64 decoding failed !" > > Anybody has any idea? > > > > -- > ../tushar
2011 Jun 29
1
ldapsearch dump for passwd file: base64 encoded passwords
hi, is there a way, to let Dovecot2 uses the base64 encoded passwords from a ldapsearch output, without decode them first? cu denny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: