similar to: Tools to modify shared libraries

Displaying 20 results from an estimated 400 matches similar to: "Tools to modify shared libraries"

2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
Ok. I hand-modified the linux-flashplugin6 shared library to remove all of the DT_NEEDED entries. I then modified flashpluginwrapper to add the following functions: void __assert_fail(const char *assertion, const char *file, unsigned int line, const char *function) { fprint (stderr, "%s:%d:%s: %s\n", file, line, function, assertion); abort (); } #include <ctype.h>
2008 Jun 29
1
sshd_config question
Hi.? I have configured sshd in OpenBSD to require publickey authentication. I've tried configuring FreeBSD to do the same, but I can still login via keyboard authentication. Here are the options I have in my sshd_config: PasswordAuthentication no ChallengeResponseAuthentication no UsePAM no After setting those options I kill -HUP the sshd? process. Is there something simple I am missing?
2003 Apr 25
1
Fwd: [bug & patch] libstdc++ in linux_base-7.1_3
Hey guys, hope you don't mind this forward email, because I have been reading the 'flashpluginwrapper problem.' subject. The bug is in the linux_base, but nobody seem to check on this in the freebsd-ports. Looks like Brandon D. Valentine might needs to create a PR to get the better attention and keep the track. Cheers, Mezz >Summary: > >This began as a problem report
2003 Sep 08
1
ports/55928: vmware2 broken on -STABLE, presumably by PAE import
Hi, On Sun, Aug 24, 2003 at 07:14:29AM -0400, Brandon S. Allbery KF8NH wrote: > >Synopsis: vmware2 broken on -STABLE, presumably by PAE import >> (..) Your patch makes VmWare2 build, but it doesn't make it work: - VmWare fails to allocate memory (see http://anders.fix.no/test/vmware/1.png and http://anders.fix.no/test/vmware/2.png). - There seems to be something wrong with
2003 Jul 09
3
/var error
Hello there, I have some problem with my filesystem. #df -h ... /dev/da0s1e 288M 265M -208.0K 100% /var ... #du -h /var .. 19M /var .. Does anybody has an idea what Im supposed to do? Thank you. --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
2003 Jun 13
2
exact difference between RELENG_4, RELENG_4_5 . . . RELENG_4_8
Read the documentation on the meaning of the various 4.X tags, and am not sure what is meant by this: "The release branch for FreeBSD-4.6 and FreeBSD-4.6.2, used only for security advisories and other seriously critical fixes." Similar descriptions are used for the other RELENG_4_X tags. If I specify RELENG_4 will cvsup also include RELENG_4_3 to RELENG_4_8? Sorry folks - I'm
2003 Jun 17
2
xterm screen restore
when i exit more, vi, ... i like to have the window restored to the way it was before i entered more, vi, ... i used to effect this by a hack to the termcap data, but have lost the hack. what am i missing here? randy
2003 Jun 20
4
5.1 for production systems
Some time ago there was an announcement that people should not use 5.0 for critical production systems. Now that 5.1 is available, what is the consesous on it? Should it be used for critical production systems yet?
2003 Apr 24
3
flashpluginwrapper problem.
Hi All, I'm having problem with flashpluginwrapper. It was working before but when I upgrade the linux_base port to version 7.1_3, it gives out the error below when I start mozilla. LoadPlugin: failed to initialize shared library /usr/X11R6/lib/browser_plugins/rpnp.so [/usr/X11R6/lib/browser_plugins/rpnp.so: Undefined symbol "__ctype_b"] LoadPlugin: failed to initialize shared
2006 Mar 20
1
utf-8 support in libc?
Reading thru one of the postgres mailing lists regarding which character encoding to use for a database, someone chimed in and claimed this: Umm, you should choose an encoding supported by your platform and the locales you use. For example, UTF-8 is a bad choice on *BSD because there is no collation support for UTF-8 on those platforms. On Linux/Glibc UTF-8 is well supported but you
1998 Jun 14
5
Help with : telnetd[...]: ttloop: peer died: Success
What can cause this telnetd[...]: ttloop: peer died: Success I''ve had several occurrences of this entry along with connections from somewhere where no-one should be accessing my machine (via telnet) also around same time frame : (from tcpdump) activity to a port 234 at various IP addresses udp port biff unreachable I (a novice at *nix) believe some has been accessing my machine
2003 Aug 16
1
whining about tinderbox messages
On the one hand, yes, they're about things most readers can't do anything about. On the other hand, they do let you know (once the tinderbox has stabilized, this being a new setup with the bugs being worked out of it) whether recent -STABLE will build or not, which can be quite useful even for ordinary users of -STABLE. (You know to hold off on updating if it's failing for your
1998 Sep 01
5
/bin/login problem
I would be surprised if someone hasn''t encountered this already, but I haven''t found any discussion of the nature of this problem. I run RehHat 5.0. If a user makes a mistake in the login process such as the following: login: mistake password: xxx Login incorrect! login: username password xxxx bash$ a ps will show, among other things, 2333 /bin/login --mistake. Since
2003 Jun 20
1
/etc/libmap.conf MFC?
Does anyone have plans to MFC the /etc/libmap.conf functionality into stable? Just for curiosity, I tried the original patch on my stable sources and that patch applied with no errors. I have seen messages on CURRENT talking about fixes for various bugs, so I suspect that applying the original patch to my sources might cause problems. Anyway, this seems like just the kind of functionality to
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k files made of random binary, and I can''t get any corruption or memory growth at all. Is everyone experiencing the problem using Mongrel? Webrick? What versions of ruby? Are only big files affected? Small files?
2007 Jul 05
4
Machine count at one site
Luke has mentioned a few times that people are fairly quiet about numbers, so I thought I''d help out there. Our production Puppet server currently has 75 signed certificates, and I believe essentially all of those systems are active. We have an extremely diverse environment; there are rarely more than three or four systems that can use the same set of classes. So that represents quite
2007 Jul 12
29
Up to date packages for puppet
I was wondering if there would be any benefit to the general community if I made available a debian and ubuntu repository of up to date puppet packages. I have the infrastructure in place anyway for my work (pbuilder + falcon), and can quite easily run up a vhost on a VM somewhere. Debian Etch (4.0) for example has puppet 0.20.1, and will never get a newer version. Ubuntu Feisty has a newer
1998 Dec 04
1
Red Hat 5.2''s login doesn''t do PAM session management correctly
This is a "heads up" for anyone who relies on PAM session management in order to clean up after a login session. Red Hat 5.2''s login does not perform PAM session management correctly, potentially resulting in sessions which lose their authentication before the login shell starts. login.c in Red Hat 5.2''s util-linux package was modified so that it no longer forks a
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi, I have a class to add users to all the host servers. We are in the process to have a coexisting user which belongs in NIS & as well as /etc/passwd. We have NIS clients (yp running) on all host servers. So when running puppet is fails to add or modify user, bcos the user already exists in NIS. Eg: A user pcruise is an existing NIS user. When using useradd or
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
Hi all, I''ve been looking for a good example for how one would build a module, but I couldn''t really find something that I liked, so I went ahead and tried to do it myself. The result is this: a git module (see attachment). Please have a look and comment on it, before I add it to the wiki. I especially want comments on the setup of the module itself, not so much on the git