Portupgrade man page says "By default, portupgrade preserves shared
libraries on uninstallation for safety."
I ran i in the form of: portupgrade -b pcre
Now /usr/local/lib/libpcre.so.0 does not exist anymore, only the new
/usr/local/lib/libpcre.so.1 is there.
_
I don't get it. I'm trying to switch from a custom kernel named SERVER to a
generic kernel.
%uname -imrs
FreeBSD 6.0-RELEASE-p4 amd64 SERVER
cd /usr/src
make clean
rm -rf /usr/obj
make buildkernel
make installkernel
%sysctl kern.ident
kern.ident: SERVER
Why isn't the GENERIC kernel taking effec
r" <[EMAIL PROTECTED]>
To:
Sent: Sunday, March 12, 2006 9:38 PM
Subject: Re: make installkernel doesn't work?
> On Mar 12, 2006, at 8:55 PM, Cstdenis wrote:
>
> > I don't get it. I'm trying to switch from a custom kernel named
> > SERVER to a
>
Nope
%grep ident /usr/src/sys/amd64/conf/GENERIC
ident GENERIC
and its more than that. After reinstalling the kernel I still have SMP
support.
- Original Message -
From: <[EMAIL PROTECTED]>
Cc:
Sent: Sunday, March 12, 2006 11:53 PM
Subject: Re: make installkernel doesn't work?
- Original Message -
From: "Pete Slagle" <[EMAIL PROTECTED]>
To: "Nathan Vidican" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2006 3:29 AM
Subject: Re: Cheap FreeBSD hosting?
> Nathan Vidican wrote:
>
> > Personally, I go the dedicated server route; you can get a
When I try to compile ports I get
nausicaa# make
===> Extracting for php5-pear-5.0.5
=> MD5 Checksum OK for php-5.0.5.tar.bz2.
/libexec/ld-elf.so.1: /sbin/sha256: Undefined symbol "SHA256_Init"
*** Error code 1
Stop in /usr/ports/devel/php5-pear.
This just started happening for no appearent re
Same as any other *nix operating system. Basically just follow the
installation instructions with the program. Common basic ones are...
untar it
tar -zxf file.tar.gz
cd into the extracted dir
cd file/
run the configure script if there is one.
./configure
and compile it with make or if