Re: [expert] gprintf command not found

2002-07-10 Thread Todd Lyons

phoenix wrote on Tue, Jul 09, 2002 at 02:32:41PM -0400 :

   [root@horace init.d]# locate gprintf
   [root@horace init.d]#
 I believe that gprintf and printf can be interchanged ... See this
 Just checked another install and it has the same issue.
 Obviously there is something wrong in the 8.2 distro,

[todd@fiji ~/RPM/SPECS]$ grep gprintf /etc/rc.d/init.d/functions 
gprintf() {

If your scripts are sourcing the /etc/rc.d/init.d/functions file, then
it will work.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk



msg56182/pgp0.pgp
Description: PGP signature


[expert] gprintf command not found

2002-07-09 Thread phoenix

gprintf is missing
[root@horace init.d]# locate gprintf
[root@horace init.d]#

[phoenix@horace phoenix]$ gprintf Hi
bash: gprintf: command not found

[root@horace root]# urpmf gprintf
[root@horace root]#

I've worked around this before but I can't remember how.

Jim Tarvid



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] gprintf command not found

2002-07-09 Thread James

Jim,

   I believe that gprintf and printf can be interchanged ... See this
thread here http://www.sgmltools.org/todo/85.txt  from somebody with the
opposite problem.  Could it be a matter of ln -s printf gprintf ?  

James

On Tue, 9 Jul 2002 13:03:55 -0400
phoenix [EMAIL PROTECTED] said with temporary authority

 gprintf is missing
 [root@horace init.d]# locate gprintf
 [root@horace init.d]#
 
 [phoenix@horace phoenix]$ gprintf Hi
 bash: gprintf: command not found
 
 [root@horace root]# urpmf gprintf
 [root@horace root]#
 
 I've worked around this before but I can't remember how.
 
 Jim Tarvid
 
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] gprintf command not found

2002-07-09 Thread phoenix

I did exactly that - ln -s printf gprintf 
and life is better. 

Just checked another install and it has the same issue.

Obviously there is something wrong in the 8.2 distro,

Jim Tarvid

On Tuesday 09 July 2002 07:08 am, you wrote:
 Jim,

I believe that gprintf and printf can be interchanged ... See this
 thread here http://www.sgmltools.org/todo/85.txt  from somebody with the
 opposite problem.  Could it be a matter of ln -s printf gprintf ?

 James

 On Tue, 9 Jul 2002 13:03:55 -0400
 phoenix [EMAIL PROTECTED] said with temporary authority

  gprintf is missing
  [root@horace init.d]# locate gprintf
  [root@horace init.d]#
 
  [phoenix@horace phoenix]$ gprintf Hi
  bash: gprintf: command not found
 
  [root@horace root]# urpmf gprintf
  [root@horace root]#
 
  I've worked around this before but I can't remember how.
 
  Jim Tarvid



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] gprintf command not found

2002-07-09 Thread J. Craig Woods

phoenix wrote:
 
 gprintf is missing
 [root@horace init.d]# locate gprintf
 [root@horace init.d]#
 
 [phoenix@horace phoenix]$ gprintf Hi
 bash: gprintf: command not found
 
 [root@horace root]# urpmf gprintf
 [root@horace root]#
 
 I've worked around this before but I can't remember how.
 
 Jim Tarvid

I too have found the gprintf command in various new scripts that I
have installed. It will not work on Mandrake or Red Hat. I usually just
change the script to read printf in the place of gprintf. I have
searched rpmfind for such a binary but to no avail. If someone knows of
the package that installs gprintf, I would sure love to hear about it.

drjung

-- 
J. Craig Woods
UNIX/NT Network/System Administration
http://www.trismegistus.net/resume.html
Character is built upon the debris of despair --Emerson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] gprintf command not found

2002-07-09 Thread phoenix

It used to be in the gnu sh-utils (I think).

My memory is shot.

Jim

On Tuesday 09 July 2002 02:22 pm, you wrote:
 phoenix wrote:
  gprintf is missing
  [root@horace init.d]# locate gprintf
  [root@horace init.d]#
 
  [phoenix@horace phoenix]$ gprintf Hi
  bash: gprintf: command not found
 
  [root@horace root]# urpmf gprintf
  [root@horace root]#
 
  I've worked around this before but I can't remember how.
 
  Jim Tarvid

 I too have found the gprintf command in various new scripts that I
 have installed. It will not work on Mandrake or Red Hat. I usually just
 change the script to read printf in the place of gprintf. I have
 searched rpmfind for such a binary but to no avail. If someone knows of
 the package that installs gprintf, I would sure love to hear about it.

 drjung



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] gprintf command not found

2002-07-09 Thread J. Craig Woods

phoenix wrote:
 
 It used to be in the gnu sh-utils (I think).
 
 My memory is shot.
 
 Jim

This can be a common result. I have found that putting the crack pipe
away does wonders for reclaiming some memory :-)

Thanks,
drjung

-- 
J. Craig Woods
UNIX/NT Network/System Administration
http://www.trismegistus.net/resume.html
Character is built upon the debris of despair --Emerson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] gprintf command not found

2002-07-09 Thread James

In reading the thread on the link I posted earlier I got the feeling
 however wrong it may be.  That gprintf is found on Sun boxes using
gnu tools...


James


On Tue, 09 Jul 2002 13:22:51 -0500
J. Craig Woods [EMAIL PROTECTED] said with temporary authority

 phoenix wrote:
  
  gprintf is missing
  [root@horace init.d]# locate gprintf
  [root@horace init.d]#
  
  [phoenix@horace phoenix]$ gprintf Hi
  bash: gprintf: command not found
  
  [root@horace root]# urpmf gprintf
  [root@horace root]#
  
  I've worked around this before but I can't remember how.
  
  Jim Tarvid
 
 I too have found the gprintf command in various new scripts that I
 have installed. It will not work on Mandrake or Red Hat. I usually
 just change the script to read printf in the place of gprintf. I
 have searched rpmfind for such a binary but to no avail. If someone
 knows of the package that installs gprintf, I would sure love to
 hear about it.
 
 drjung
 
 -- 
 J. Craig Woods
 UNIX/NT Network/System Administration
 http://www.trismegistus.net/resume.html
 Character is built upon the debris of despair --Emerson
 
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com